From f19235681210b28e1bd8a0e84156350d6842e68c Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sun, 3 Jan 2021 21:42:50 +0000 Subject: [PATCH] distcheck: fix findstatic.pl runs for vpath build Signed-off-by: Patrick McCarty --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 445c056..f402b3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,7 +101,7 @@ distclean-local: rm -rf aclocal.m4 ar-lib autom4te.cache config.guess config.h.in config.h.in~ config.sub configure depcomp install-sh ltmain.sh m4 Makefile.in missing compile install-exec-hook: - perl findstatic.pl */*.o | grep -v Checking ||: + perl $(top_srcdir)/findstatic.pl $(top_builddir)/src/*.o | grep -v Checking || : TEST_EXTENSIONS = .sh