From e0b3bd754f02705a9ba878652c298c5156a016fb Mon Sep 17 00:00:00 2001 From: Andrew Ayer Date: Sat, 13 Jun 2015 10:54:50 -0700 Subject: [PATCH] Remove gnuism from Makefile According to POSIX, $< is only valid with inference rules, not normal target rules. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bcc7516..dfbf9de 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ coprocess.o: coprocess.cpp coprocess-unix.cpp coprocess-win32.cpp build-man: man/man1/git-crypt.1 man/man1/git-crypt.1: man/git-crypt.xml - $(XSLTPROC) $(DOCBOOK_FLAGS) $(DOCBOOK_XSL) $< + $(XSLTPROC) $(DOCBOOK_FLAGS) $(DOCBOOK_XSL) man/git-crypt.xml # # Clean