]> git.sur5r.net Git - bacula/bacula/commitdiff
Correct minor win32 Makefile problem
authorKern Sibbald <kern@sibbald.com>
Fri, 25 Jan 2008 21:21:09 +0000 (21:21 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 25 Jan 2008 21:21:09 +0000 (21:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@6314 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/Makefile

index 2797503ee3f5fc77a66954c27c842d2a815f8b37..335114c8022aca4772bc6bbe9b480d7737103e0f 100644 (file)
@@ -21,9 +21,9 @@ clean: $(DIRS)
 $(DIRS):
        @if test -f Makefile.inc; then \
           if $(MAKE) -C $@ $(MAKECMDGOALS); then \
-               echo -e "\n===== Make of $@ succeeded =====\n\n" ; \
+               echo "\n===== Make of $@ succeeded =====\n\n" ; \
           else  \
-               echo -e "\n!!!!! Make of $@ failed !!!!!\n\n" ; \
+               echo "\n!!!!! Make of $@ failed !!!!!\n\n" ; \
           fi ; \
        fi
 
@@ -39,8 +39,8 @@ Makefile.inc: Makefile.inc.in
                INCDIR=/mingw/include; \
                DLLDIR=/mingw/bin; \
        else \
-               echo -e "\nThe GCC cross compiler isn't installed."; \
-               echo -e "You must run build-win32-cross-tools and build-dependencies first.\n"; \
+               echo "\nThe GCC cross compiler isn't installed."; \
+               echo "You must run build-win32-cross-tools and build-dependencies first.\n"; \
                exit 1; \
        fi ; \
        $(ECHO_CMD)BUILDDIR=`(pwd)`; \