summaryrefslogtreecommitdiff
path: root/sysutils/bacula13-server/files/patch-src_dird_Makefile.in
blob: 6bc7b8f72f2260f4eb28e36cda947d0dea7b5ca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/dird/Makefile.in.orig	2021-02-05 21:23:44 UTC
+++ src/dird/Makefile.in
@@ -150,7 +150,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) -I$(srcdir) -I$(basedir) *.c >> Makefile
 	@if test -f Makefile ; then \
 	    $(RMF) Makefile.bak; \