]> sourceware.org Git - systemtap.git/commitdiff
2005-08-25 Roland McGrath <roland@redhat.com>
authorroland <roland>
Thu, 25 Aug 2005 20:14:38 +0000 (20:14 +0000)
committerroland <roland>
Thu, 25 Aug 2005 20:14:38 +0000 (20:14 +0000)
* Makefile.am (EXTRA_DIST): Remove directory from wildcard file names.

Makefile.am

index 5526c7f70241335352fe20511b358ed2e537d98e..465c3629a80b6a029cb65906e544e12a3871b84e 100644 (file)
@@ -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)
-
This page took 0.034061 seconds and 5 git commands to generate.