diff options
author | fche <fche> | 2007-10-09 01:10:54 +0000 |
---|---|---|
committer | fche <fche> | 2007-10-09 01:10:54 +0000 |
commit | 7574941533c7ca9a4b1715cbfd785f732be48266 (patch) | |
tree | 7a211e51e13e7e631306d90b17decda4497676b6 | |
parent | 07523279f520de766a60f63b8300dd0d49a430be (diff) | |
download | systemtap-steved-7574941533c7ca9a4b1715cbfd785f732be48266.tar.gz systemtap-steved-7574941533c7ca9a4b1715cbfd785f732be48266.tar.xz systemtap-steved-7574941533c7ca9a4b1715cbfd785f732be48266.zip |
* regenerated
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 2951f717..193e021a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1496,7 +1496,7 @@ install-data-local: (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/uprobes; for f in *.[ch]; \ + (cd $(srcdir)/runtime/uprobes; for f in Makefile *.[ch]; \ do $(INSTALL_DATA) -D $$f $(DESTDIR)$(pkgdatadir)/runtime/uprobes/$$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) |