From: Thomas Roessler Date: Thu, 8 Nov 2001 16:06:42 +0000 (+0000) Subject: Don't depend on GNU make. Noted by Bob Bell. X-Git-Tag: mutt-1-3-23-2-rel~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=360904447024aa2c73ba42bb2497f2f67f763485;p=mutt Don't depend on GNU make. Noted by Bob Bell. --- diff --git a/Makefile.am b/Makefile.am index 6cc0d4bb..232ab488 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,7 +117,7 @@ reldate: echo 'const char *ReleaseDate = "'`date +%Y-%m-%d`'";' > $(srcdir)/reldate.h patchlist.c: $(srcdir)/PATCHES $(srcdir)/patchlist.sh - $(srcdir)/patchlist.sh < $< > $@ + $(srcdir)/patchlist.sh < $(srcdir)/PATCHES > patchlist.c install-exec-local: if test -f $(DESTDIR)$(bindir)/mutt.dotlock && test -f $(DESTDIR)$(bindir)/mutt_dotlock ; then \