summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2010-02-24 01:05:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-24 19:19:34 +0100
commit65e5e3f6209a4d72be094393ff2d7df871e36184 (patch)
tree65874d511eb3d83d1d4a76fcb30b77a2100650e7 /toolchain/gdb
parentb96814ed6f6bbc7ec650c513f2b27f8b1dcb8ac7 (diff)
toolchain: trailing whitespaces cleanup (just cosmetics!)
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 9571f2a9f..52a40fb0d 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -36,11 +36,11 @@ $(WRKBUILD)/.configured:
);
touch $@
-$(WRKBUILD)/.compiled:
+$(WRKBUILD)/.compiled:
$(MAKE) ${GDB_MAKEOPTS} -C $(WRKBUILD) CFLAGS="-fPIC ${HOSTCFLAGS}"
touch $@
-$(WRKBUILD)/.installed:
+$(WRKBUILD)/.installed:
install -c $(WRKBUILD)/gdb/gdb $(TARGET_CROSS)gdb
cd $(STAGING_TOOLS)/bin && \
ln -fs $(TARGET_CROSS)gdb $(GNU_TARGET_NAME)-gdb