diff options
author | hunt <hunt> | 2007-03-14 22:04:16 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-03-14 22:04:16 +0000 |
commit | 437040c327fc848c8a8191679b3258cd992fd854 (patch) | |
tree | ead0517bacb4bdca196b2d0592dbea02da78edf9 /Makefile.in | |
parent | e65b03c170887fa9076119afd123a7384c12c630 (diff) | |
download | systemtap-steved-437040c327fc848c8a8191679b3258cd992fd854.tar.gz systemtap-steved-437040c327fc848c8a8191679b3258cd992fd854.tar.xz systemtap-steved-437040c327fc848c8a8191679b3258cd992fd854.zip |
2007-03-14 Martin Hunt <hunt@redhat.com>
* Makefile.am: Don't install old relayfs sources.
* makefile.in: Rebuilt.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 08744d35..8ded1956 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1342,12 +1342,10 @@ dist-hook: dist-add-samples find $(distdir) -name 'stap' -o -name '*.log' -o -name '*.sum' -o -name 'site.exp' | xargs rm -rf install-data-local: -# mkdir -p $(DESTDIR)$(pkgdatadir)/runtime/transport $(DESTDIR)$(pkgdatadir)/runtime/relayfs $(DESTDIR)$(pkgdatadir)/tapset +# mkdir -p $(DESTDIR)$(pkgdatadir)/runtime/transport $(DESTDIR)$(pkgdatadir)/tapset (cd $(srcdir)/runtime; for f in *.[ch]; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/$$f; done) (cd $(srcdir)/runtime/transport; for f in *.[ch]; \ do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/transport/$$f; done) - (cd $(srcdir)/runtime/relayfs; find . -name '*.[ch]' -print \ - | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/relayfs/$$f; done) (cd $(srcdir)/tapset; find . \( -name '*.stp' -o -name README \) -print \ | while read f; do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/tapset/$$f; done) |