From: Kern Sibbald Date: Thu, 25 Jan 2007 14:15:56 +0000 (+0000) Subject: Add back missing @ in Win32 Makefile. X-Git-Tag: Release-2.0.2~48 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64d5847b43b50072f646bda97e5b9a33b856bdf8;p=bacula%2Fbacula Add back missing @ in Win32 Makefile. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4037 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/win32/Makefile b/bacula/src/win32/Makefile index 1f85e3076a..56e8d3198d 100644 --- a/bacula/src/win32/Makefile +++ b/bacula/src/win32/Makefile @@ -1,4 +1,4 @@ -ECHO_CMD= +ECHO_CMD=@ DIRS= dll \ cats \ diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 4a2b16df6b..effa64a265 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -2,6 +2,7 @@ General: 25Jan07 +kes Add back missing @ in Win32 Makefile. kes Change 'Device not configured to autolabel' from INFO to WARNING. kes Fix jobq.c to restart failed jobs when Reschedule Times = 0