aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-19 00:48:36 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-19 00:48:36 +0000
commit70b54787567f0c67c929976e495998c41773760a (patch)
tree76be7c3d37e7d311be864ea41d605f6d41093d7a /package/Makefile
parent1e131830a542d4b4446be4a082a2000a9e3464b5 (diff)
downloadmaster-187ad058-70b54787567f0c67c929976e495998c41773760a.tar.gz
master-187ad058-70b54787567f0c67c929976e495998c41773760a.tar.bz2
master-187ad058-70b54787567f0c67c929976e495998c41773760a.zip
fix base-files build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index 7df1c594d4..45998e997a 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -281,7 +281,10 @@ endif
sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install
-%-prepare:
+$(STAMP_DIR):
+ mkdir -p $@
+
+%-prepare: $(STAMP_DIR)
@[ -f $(STAMP_DIR)/.$@ ] || $(MAKE) -C $(patsubst %-prepare,%,$@) prepare
@touch $(STAMP_DIR)/.$@