1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-11 01:42:17 +02:00

(dist-hook): New target, to ensure that config/install-sh

is executable.  Otherwise, on systems that lack a suitable install
binary, `make install' would fail, because of the way this script
is invoked (without `$SHELL ' prefix).
This commit is contained in:
Jim Meyering
2004-02-10 08:17:33 +00:00
parent d7621386cc
commit 3c23d82f32

View File

@@ -23,6 +23,9 @@ ACLOCAL_AMFLAGS = -I m4
check-root:
cd tests && $(MAKE) $@
dist-hook:
test -x config/install-sh
distcheck-hook:
$(MAKE) my-distcheck