]> git.sur5r.net Git - bacula/bacula/commitdiff
Add back missing @ in Win32 Makefile.
authorKern Sibbald <kern@sibbald.com>
Thu, 25 Jan 2007 14:15:56 +0000 (14:15 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 25 Jan 2007 14:15:56 +0000 (14:15 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4037 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/Makefile
bacula/technotes-2.1

index 1f85e3076a3d179df460fc54f710f8eb40d532e9..56e8d3198ddded63f4608b374a44bf7c439f6f76 100644 (file)
@@ -1,4 +1,4 @@
-ECHO_CMD=
+ECHO_CMD=@
 
 DIRS=  dll \
        cats \
index 4a2b16df6b2a81214ea1f81cb0e6b05fec27c3d6..effa64a2656115e14fce298d16b903640a3e650b 100644 (file)
@@ -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