1
0
Fork 0

Do not attempt copy of phony `check` during dist-hook

Whoops.
master
Mike Gerwitz 2015-10-26 22:39:49 -04:00
parent 8707e537ab
commit 54412f24b6
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ else
endif
# generate the familiar files that automake normally checks for
dist-hook: check AUTHORS NEWS ChangeLog version
dist-hook: AUTHORS NEWS ChangeLog version | check
cp $? $(distdir)
AUTHORS: FORCE
$(path_tools)/gitlog-to-authors > $@