summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-08 19:29:36 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-08 19:29:36 +0100
commit422beddb9dcf0a67afe92e70f3afef6baed6a4b0 (patch)
treee933f331d64e505bbc74228f32a888ef644f61a8 /toolchain/gdb
parenta06de804c0629a9091acc46c143fefd0f2641a80 (diff)
fix make clean target rule
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules.
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index bf7c7d457..2025746cf 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -4,7 +4,6 @@
include $(TOPDIR)/rules.mk
include ../rules.mk
include Makefile.inc
-
include ${TOPDIR}/mk/buildhlp.mk
ifeq (${ADK_MAKE_PARALLEL},y)