From 54412f24b6b893bff331b845697145139f1f62b6 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 26 Oct 2015 22:39:49 -0400 Subject: [PATCH] Do not attempt copy of phony `check` during dist-hook Whoops. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5d7a9b8..0c54932 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 > $@