diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-19 00:48:36 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-19 00:48:36 +0000 |
commit | 423c1e707c25d421c6ee7da4e779676aaab2c768 (patch) | |
tree | 76be7c3d37e7d311be864ea41d605f6d41093d7a /package/Makefile | |
parent | 721523021fb3b6542681c783877bf65d0a884419 (diff) |
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/Makefile | 5 |
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)/.$@ |