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 | e2c67bf4b7f12c1c6e394a768daa233c45a2a5c1 (patch) | |
tree | e7ba97e0a3fef6815caef3d9aed3098f5a9df239 /include/scan.mk | |
parent | 4afd8394345ab2605c21c4c4f4f1f7b9693ab0f7 (diff) | |
download | upstream-e2c67bf4b7f12c1c6e394a768daa233c45a2a5c1.tar.gz upstream-e2c67bf4b7f12c1c6e394a768daa233c45a2a5c1.tar.bz2 upstream-e2c67bf4b7f12c1c6e394a768daa233c45a2a5c1.zip |
make sure tmp/info gets created
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6749 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |