summaryrefslogtreecommitdiffstats
path: root/include/scan.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-28 18:26:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-28 18:26:21 +0000
commitfcf0aa5ab719ccbd74893e5445c2b28cecc105a9 (patch)
tree5ca29be44bf55c8eeabe69bc20b54f423094555c /include/scan.mk
parent74304a4323198b46e6e1a6606e12ca79e7f4ba26 (diff)
downloadmaster-31e0f0ae-fcf0aa5ab719ccbd74893e5445c2b28cecc105a9.tar.gz
master-31e0f0ae-fcf0aa5ab719ccbd74893e5445c2b28cecc105a9.tar.bz2
master-31e0f0ae-fcf0aa5ab719ccbd74893e5445c2b28cecc105a9.zip
make sure tmp/info gets created
SVN-Revision: 6749
Diffstat (limited to 'include/scan.mk')
-rw-r--r--include/scan.mk1
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