diff options
author | fche <fche> | 2005-07-19 18:39:31 +0000 |
---|---|---|
committer | fche <fche> | 2005-07-19 18:39:31 +0000 |
commit | a544b4aed2ed1a47c4e83ec9b2d0499a277616a0 (patch) | |
tree | da5e59a03779718d00b38a7c4008698e832eebba /Makefile.in | |
parent | 76dab3c2f67fbda25f5f0d6b791f0d23e9cdea7f (diff) | |
download | systemtap-steved-a544b4aed2ed1a47c4e83ec9b2d0499a277616a0.tar.gz systemtap-steved-a544b4aed2ed1a47c4e83ec9b2d0499a277616a0.tar.xz systemtap-steved-a544b4aed2ed1a47c4e83ec9b2d0499a277616a0.zip |
none
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) |