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
This commit is contained in:
Ralph Hempel 2008-01-26 12:19:45 +00:00
parent 301d317458
commit 61d68d2e59

View File

@ -17,7 +17,7 @@ ifeq ($(IS_TTY),1)
endef
else
define progress
:
:;
endef
endif