diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-03-03 02:58:37 -0500 |
---|---|---|
committer | Wenji Huang <wenji.huang@oracle.com> | 2009-03-03 02:58:37 -0500 |
commit | 34309209f7b8f957125f34c263dcea870ea76c8e (patch) | |
tree | 401ad7b4397df24d5035b7e8b9723ffdcb2c32d8 /doc | |
parent | e85c70f82c134bf18ae845e3b1bfc15415591225 (diff) | |
download | systemtap-steved-34309209f7b8f957125f34c263dcea870ea76c8e.tar.gz systemtap-steved-34309209f7b8f957125f34c263dcea870ea76c8e.tar.xz systemtap-steved-34309209f7b8f957125f34c263dcea870ea76c8e.zip |
PR9875: Remove sduprobes
Impact: cleanup
Since sdt.h is in git tree, sduprobes is no longer needed.
* Makefile.am: Remove sduprobes.
* Makefile.in: Regenerated.
* doc/Makefile.in: Ditto.
* runtime/sduprobes.c: Removed.
Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index e23a6699..93753666 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -163,7 +163,6 @@ staplog_CPPFLAGS = @staplog_CPPFLAGS@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ PDF_FILES = tutorial.pdf langref.pdf |