From 9de096aaaa2333cfb483a162fe6af7a075fe5f83 Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 25 Aug 2005 20:14:38 +0000 Subject: 2005-08-25 Roland McGrath * Makefile.am (EXTRA_DIST): Remove directory from wildcard file names. --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 5526c7f7..465c3629 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,8 +30,8 @@ loc2c_test_LDADD = @stap_LIBS@ # Get extra libs as needed LDADD = -EXTRA_DIST = testsuite runtest.sh $(wildcard $(srcdir)/*.h) systemtap.spec \ - runtime tapset +EXTRA_DIST = testsuite runtest.sh $(notdir $(wildcard $(srcdir)/*.h)) \ + systemtap.spec runtime tapset dist-hook: find $(distdir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf find $(distdir) -name '*.o' -o -name '*.ko' -o -name '*.cmd' -o -name '*.mod.c' -o -name '.??*' | xargs rm -rf @@ -94,4 +94,3 @@ uninstall-local: rm -rf $(DESTDIR)$(pkgdatadir) rm -rf $(DESTDIR)$(libexecdir)/$(PACKAGE) -rm -rf $(DESTDIR)$(localstatedir)/cache/$(PACKAGE) - -- cgit