Commit ebca7961 authored by Richard Levitte's avatar Richard Levitte
Browse files

Unix Makefile: Some sed implementation truncate long lines. Use perl instead.

parent 4b904301
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ distclean: clean
depend:
	@: {- output_off() if $disabled{makedepend}; "" -}
	@if egrep "^# DO NOT DELETE THIS LINE" Makefile >/dev/null && [ -z "`find $(DEPS) -newer Makefile 2>/dev/null; exit 0`" ]; then :; else \
	  ( sed -e '/^# DO NOT DELETE THIS LINE.*/,$$d' < Makefile; \
	  ( $(PERL) -pe 'exit 0 if /^# DO NOT DELETE THIS LINE.*/' < Makefile; \
	    echo '# DO NOT DELETE THIS LINE -- make depend depends on it.'; \
	    echo; \
	    for f in $(DEPS); do \