Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit f192356

Browse files
committed
distcheck: fix findstatic.pl runs for vpath build
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
1 parent f81fb5a commit f192356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ distclean-local:
101101
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
102102

103103
install-exec-hook:
104-
perl findstatic.pl */*.o | grep -v Checking ||:
104+
perl $(top_srcdir)/findstatic.pl $(top_builddir)/src/*.o | grep -v Checking || :
105105

106106
TEST_EXTENSIONS = .sh
107107

0 commit comments

Comments
 (0)