summaryrefslogtreecommitdiffstats
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
commit9e0be1c6e36acda7520fe58df44e529a77f2cdeb (patch)
tree8cd2338f03453e31afba2dfec9c744e290531ac2 /include/scan.mk
parentaedc7243b00fe1323598b88b8227d232ea52d49a (diff)
downloadmaster-31e0f0ae-9e0be1c6e36acda7520fe58df44e529a77f2cdeb.tar.gz
master-31e0f0ae-9e0be1c6e36acda7520fe58df44e529a77f2cdeb.tar.bz2
master-31e0f0ae-9e0be1c6e36acda7520fe58df44e529a77f2cdeb.zip
fix buildprocess if running as cron job (package info files corrupted due missing Source-Makefile statement)
SVN-Revision: 10273
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