summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfche <fche>2005-07-19 18:39:31 +0000
committerfche <fche>2005-07-19 18:39:31 +0000
commita544b4aed2ed1a47c4e83ec9b2d0499a277616a0 (patch)
treeda5e59a03779718d00b38a7c4008698e832eebba
parent76dab3c2f67fbda25f5f0d6b791f0d23e9cdea7f (diff)
downloadsystemtap-steved-a544b4aed2ed1a47c4e83ec9b2d0499a277616a0.tar.gz
systemtap-steved-a544b4aed2ed1a47c4e83ec9b2d0499a277616a0.tar.xz
systemtap-steved-a544b4aed2ed1a47c4e83ec9b2d0499a277616a0.zip
none
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f905207e..2db6d044 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,7 +20,7 @@ LDADD =
EXTRA_DIST=testsuite runtime $(wildcard $(srcdir)/*.h)
dist-hook:
find $(distdir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf
- find $(distdir) -name '*.o' -o -name '*.cmd' -o -name '*.mod.c' -o -name '.??*' | xargs rm -rf
+ find $(distdir) -name '*.o' -o -name '*.ko' -o -name '*.cmd' -o -name '*.mod.c' -o -name '.??*' | xargs rm -rf
install-data-local:
mkdir -p $(DESTDIR)$(pkgdatadir)
diff --git a/Makefile.in b/Makefile.in
index a39970eb..2e4b0aeb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -742,7 +742,7 @@ uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
dist-hook:
find $(distdir) -name CVS -o -name '*~' -o -name '.#*' | xargs rm -rf
- find $(distdir) -name '*.o' -o -name '*.cmd' -o -name '*.mod.c' -o -name '.??*' | xargs rm -rf
+ find $(distdir) -name '*.o' -o -name '*.ko' -o -name '*.cmd' -o -name '*.mod.c' -o -name '.??*' | xargs rm -rf
install-data-local:
mkdir -p $(DESTDIR)$(pkgdatadir)