diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-01-26 12:19:45 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-01-26 12:19:45 +0000 |
commit | 61d68d2e59657b25aa4e5275b522231a2c462bf3 (patch) | |
tree | adca8db5403cb313103b9e56ee3a1c7e1c522790 /include/scan.mk | |
parent | 301d317458f0e10cca180e8bfb6def2115c9a84e (diff) | |
download | upstream-61d68d2e59657b25aa4e5275b522231a2c462bf3.tar.gz upstream-61d68d2e59657b25aa4e5275b522231a2c462bf3.tar.bz2 upstream-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.mk | 2 |
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 |