summaryrefslogtreecommitdiff
path: root/sysutils/bacula9-server/files/patch-src_console_Makefile.in
blob: d41747a16d079e05ba1378cb141de1694bc7c400 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/console/Makefile.in.orig	2015-08-13 13:52:24 UTC
+++ src/console/Makefile.in
@@ -121,7 +121,7 @@ uninstall:
 depend:
 	@$(MV) Makefile Makefile.bak
 	@$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile
-	@$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile
+	@echo "# DO NOT DELETE: nice dependency list follows" >> Makefile
 	@$(CXX) -S -M $(CPPFLAGS) $(CONS_INC) -I$(srcdir) -I$(basedir) *.c >> Makefile
 	@if test -f Makefile ; then \
 	    $(RMF) Makefile.bak; \