From 7ddd33cc7184c3cc0f7c25aded54f6fca667b3a6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 15 Feb 2004 00:03:21 +0000 Subject: [PATCH] (dist-hook): Qualify target with $(srcdir)/ prefix. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 52cd849..699e44c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ check-root: cd tests && $(MAKE) $@ dist-hook: - test -x config/install-sh + test -x $(srcdir)/config/install-sh distcheck-hook: $(MAKE) my-distcheck -- 2.7.4