Remove gnuism from Makefile

According to POSIX, $< is only valid with inference rules, not normal
target rules.
This commit is contained in:
Andrew Ayer
2015-06-13 10:54:50 -07:00
parent bc7e55b68f
commit e0b3bd754f

View File

@@ -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