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 /grapher/Makefile.in | |
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 'grapher/Makefile.in')
-rw-r--r-- | grapher/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grapher/Makefile.in b/grapher/Makefile.in index 0c40336d..34b0cd7a 100644 --- a/grapher/Makefile.in +++ b/grapher/Makefile.in @@ -167,7 +167,6 @@ PIECFLAGS = @PIECFLAGS@ PIECXXFLAGS = @PIECXXFLAGS@ PIELDFLAGS = @PIELDFLAGS@ PKG_CONFIG = @PKG_CONFIG@ -PROCFLAGS = @PROCFLAGS@ RANLIB = @RANLIB@ RPM_CFLAGS = @RPM_CFLAGS@ RPM_LIBS = @RPM_LIBS@ |