summaryrefslogtreecommitdiffstats
path: root/target/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-24 20:59:09 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-24 20:59:09 +0000
commit7446209d62bb89947a262ba77f000a6629d6a30b (patch)
tree4050de0e4aef764a7169dd85a45d73fdb5fbbc21 /target/Makefile
parent446614115a354ca91738932644de21d27ab21456 (diff)
fix make target/linux/package/*-clean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3271 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/Makefile b/target/Makefile
index e066fa9d3..24c34036d 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -16,6 +16,9 @@ clean: linux-clean utils-clean lzma-clean image_clean
image_clean:
rm -f $(BIN_DIR)/openwrt-*
+linux/package/%:
+ $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)
+
%-clean:
@$(TRACE) target/$(patsubst %-clean,%,$@)-clean
$(MAKE) -C $(patsubst %-clean,%,$@) clean
@@ -35,5 +38,4 @@ linux-imagebuilder:
@$(TRACE) target/linux/imagebuilder
$(MAKE) -C linux imagebuilder
-linux/package/%:
- $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)
+