diff options
author | roland <roland> | 2005-08-25 20:19:12 +0000 |
---|---|---|
committer | roland <roland> | 2005-08-25 20:19:12 +0000 |
commit | a7307df84d812d914657185777d8d053e8673d5a (patch) | |
tree | a476348830b612b30ab2d8ce91ef7c263ff197a6 | |
parent | 2b2a40149a99ed8c98ec3dfd030d77d640f19c09 (diff) | |
download | systemtap-steved-a7307df84d812d914657185777d8d053e8673d5a.tar.gz systemtap-steved-a7307df84d812d914657185777d8d053e8673d5a.tar.xz systemtap-steved-a7307df84d812d914657185777d8d053e8673d5a.zip |
Regenerated.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ 2005-08-25 Roland McGrath <roland@redhat.com> * Makefile.am (EXTRA_DIST): Remove directory from wildcard file names. + * Makefile.in: Regenerated. 2005-08-24 Graydon Hoare <graydon@redhat.com> diff --git a/Makefile.in b/Makefile.in index 5af2f466..8977d1bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -207,8 +207,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 p = $(srcdir)/testsuite/parse s = $(srcdir)/testsuite/sem |