aboutsummaryrefslogtreecommitdiffstats
path: root/include/scan.mk
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2008-01-26 12:19:45 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2008-01-26 12:19:45 +0000
commit61d68d2e59657b25aa4e5275b522231a2c462bf3 (patch)
treeadca8db5403cb313103b9e56ee3a1c7e1c522790 /include/scan.mk
parent301d317458f0e10cca180e8bfb6def2115c9a84e (diff)
downloadmaster-187ad058-61d68d2e59657b25aa4e5275b522231a2c462bf3.tar.gz
master-187ad058-61d68d2e59657b25aa4e5275b522231a2c462bf3.tar.bz2
master-187ad058-61d68d2e59657b25aa4e5275b522231a2c462bf3.zip
fix buildprocess if running as cron job (package info files corrupted due missing Source-Makefile statement)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/scan.mk')
-rw-r--r--include/scan.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scan.mk b/include/scan.mk
index 3d97a4f5c3..c51c4c7adf 100644
--- a/include/scan.mk
+++ b/include/scan.mk
@@ -17,7 +17,7 @@ ifeq ($(IS_TTY),1)
endef
else
define progress
- :
+ :;
endef
endif