diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-11-17 20:11:12 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-11-17 20:11:12 -0500 |
commit | 47f390f910576d8165f788035473bf8d5ffcf7f0 (patch) | |
tree | f555f20cb7b8671bdacf2984e11c8878abce9af4 /doc/SystemTap_Tapset_Reference | |
parent | 4d598c650a430fa16af5cfd9202d63931823b547 (diff) | |
download | systemtap-steved-47f390f910576d8165f788035473bf8d5ffcf7f0.tar.gz systemtap-steved-47f390f910576d8165f788035473bf8d5ffcf7f0.tar.xz systemtap-steved-47f390f910576d8165f788035473bf8d5ffcf7f0.zip |
PR4037: 32-bit staprun vs. 64-bit kernels just works (tm)
* configure.ac (PROCFLAGS): Don't define it.
* Makefile.am: Don't use it.
Diffstat (limited to 'doc/SystemTap_Tapset_Reference')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/SystemTap_Tapset_Reference/Makefile.in b/doc/SystemTap_Tapset_Reference/Makefile.in index 877dfae4..5059b159 100644 --- a/doc/SystemTap_Tapset_Reference/Makefile.in +++ b/doc/SystemTap_Tapset_Reference/Makefile.in @@ -125,7 +125,6 @@ PIECFLAGS = @PIECFLAGS@ PIECXXFLAGS = @PIECXXFLAGS@ PIELDFLAGS = @PIELDFLAGS@ PKG_CONFIG = @PKG_CONFIG@ -PROCFLAGS = @PROCFLAGS@ RANLIB = @RANLIB@ RPM_CFLAGS = @RPM_CFLAGS@ RPM_LIBS = @RPM_LIBS@ |