Skip to content

Commit

Permalink
Remove gnuism from Makefile
Browse files Browse the repository at this point in the history
According to POSIX, $< is only valid with inference rules, not normal
target rules.
  • Loading branch information
AGWA committed Jun 13, 2015
1 parent bc7e55b commit e0b3bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0b3bd7

Please sign in to comment.