summaryrefslogtreecommitdiff
path: root/sysutils/bacula9-server/files/patch-src_filed_Makefile.in
blob: 8886fc40f83d646b217ed5b20de79c56e4d094e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/filed/Makefile.in.orig	2015-08-13 13:52:24 UTC
+++ src/filed/Makefile.in
@@ -137,7 +127,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) $(XINC) $(LZO_INC) -I$(srcdir) -I$(basedir) *.c >> Makefile
 	@if test -f Makefile ; then \
 	    $(RMF) Makefile.bak; \