]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/Makefile
Update README.mingw32 to include gdb info
[bacula/bacula] / 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)`; \