diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 3170e51896c45388866c1203f7345063befc7484..47608f7d841dfeb7e3d6b2fd6d040be2c46a2247 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -249,8 +249,7 @@ clean: libclean rm -f $(TARFILE) # This exists solely for those who still type 'make depend' -depend: Makefile -Makefile: FORCE +depend: @( sed -e '/^# DO NOT DELETE THIS LINE.*/,$$d' < Makefile; \ echo '# DO NOT DELETE THIS LINE -- make depend depends on it.'; \ echo; \