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 /package/Makefile | |
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 'package/Makefile')
-rw-r--r-- | package/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/Makefile b/package/Makefile index 6b49e5d8f..9cf448ff8 100644 --- a/package/Makefile +++ b/package/Makefile @@ -48,9 +48,6 @@ compile: $(REBUILD_PACKAGES) base-files-compile $(COMPILE_PACKAGES) install: base-files-install $(INSTALL_PACKAGES) endif -$(TARGET_DIR): - mkdir -p $(TARGET_DIR) - %-download: $(START_TRACE) "package/$(patsubst %-download,%,$@)-download: " $(MAKE) -C $(patsubst %-download,%,$@) fetch |