From: Jim Meyering Date: Sun, 15 Feb 2004 00:03:21 +0000 (+0000) Subject: (dist-hook): Qualify target with $(srcdir)/ prefix. X-Git-Tag: v5.2.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ddd33cc7184c3cc0f7c25aded54f6fca667b3a6;p=thirdparty%2Fcoreutils.git (dist-hook): Qualify target with $(srcdir)/ prefix. --- diff --git a/Makefile.am b/Makefile.am index 52cd8495e8..699e44cc89 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