diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 95d843362..d0ad63c72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ check-root: cd tests && $(MAKE) $@ dist-hook: - test -x $(srcdir)/config/install-sh + test -x $(srcdir)/build-aux/install-sh distcheck-hook: $(MAKE) my-distcheck |