diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-08 19:29:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-08 19:29:36 +0100 |
commit | 422beddb9dcf0a67afe92e70f3afef6baed6a4b0 (patch) | |
tree | e933f331d64e505bbc74228f32a888ef644f61a8 /toolchain/eglibc | |
parent | a06de804c0629a9091acc46c143fefd0f2641a80 (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/eglibc')
-rw-r--r-- | toolchain/eglibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index bae12678d..2db3fa6f6 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -4,7 +4,6 @@ include $(TOPDIR)/rules.mk include ../rules.mk include Makefile.inc - include ${TOPDIR}/mk/buildhlp.mk ifneq ($(ADK_DEBUG),) @@ -79,6 +78,7 @@ $(WRKBUILD)/.configured: ); touch $@ +$(EGLIBC_BUILD_DIR_FINAL)/libc.so: $(WRKBUILD)/.compiled: $(WRKBUILD)/.configured ${EGLIBC_ENV} $(MAKE) -C $(EGLIBC_BUILD_DIR_FINAL) all touch $@ |