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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a9a2ea5508d0f1dde58737c05f4bfab3ece9ca8;p=neomutt Don't depend on GNU make. Noted by Bob Bell. --- diff --git a/Makefile.am b/Makefile.am index 6cc0d4bbe..232ab4887 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 \