diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-28 18:26:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-28 18:26:21 +0000 |
commit | fcf0aa5ab719ccbd74893e5445c2b28cecc105a9 (patch) | |
tree | 5ca29be44bf55c8eeabe69bc20b54f423094555c /include/scan.mk | |
parent | 74304a4323198b46e6e1a6606e12ca79e7f4ba26 (diff) | |
download | upstream-fcf0aa5ab719ccbd74893e5445c2b28cecc105a9.tar.gz upstream-fcf0aa5ab719ccbd74893e5445c2b28cecc105a9.tar.bz2 upstream-fcf0aa5ab719ccbd74893e5445c2b28cecc105a9.zip |
make sure tmp/info gets created
SVN-Revision: 6749
Diffstat (limited to 'include/scan.mk')
-rw-r--r-- | include/scan.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scan.mk b/include/scan.mk index a7f74ecec8..3229523ea4 100644 --- a/include/scan.mk +++ b/include/scan.mk @@ -28,7 +28,6 @@ ifneq ($(SCAN_EXTRA),) SCAN_STAMP=tmp/info/.scan-$(SCAN_TARGET)-$(shell ls $(SCAN_EXTRA) 2>/dev/null | (md5sum || md5) 2>/dev/null | cut -d' ' -f1) $(SCAN_STAMP): rm -f tmp/info/.scan-$(SCAN_TARGET)-* - mkdir -p $(shell dirname $@) touch $@ endif |