fix buildprocess if running as cron job (package info files corrupted due missing...
authorRalph Hempel <ralph.hempel@lantiq.com>
Sat, 26 Jan 2008 12:19:45 +0000 (12:19 +0000)
committerRalph Hempel <ralph.hempel@lantiq.com>
Sat, 26 Jan 2008 12:19:45 +0000 (12:19 +0000)
SVN-Revision: 10273

include/scan.mk

index 3d97a4f5c34ea90b46b1dbe0a9f3aeec5a852ffe..c51c4c7adf2fa64e7b463c802a23c137606aba3d 100644 (file)
@@ -17,7 +17,7 @@ ifeq ($(IS_TTY),1)
   endef
 else
   define progress
-       :
+       :;
   endef
 endif