update to new upstream release (v0.8.5)
[openwrt.git] / openwrt / package / Makefile
index 7df1c59..45998e9 100644 (file)
@@ -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)/.$@
 
This page took 0.022707 seconds and 4 git commands to generate.