diff options
author | Charley Wang <chwang@redhat.com> | 2010-02-25 16:25:34 -0500 |
---|---|---|
committer | Charley Wang <chwang@redhat.com> | 2010-02-25 16:25:34 -0500 |
commit | e3d5f49468872aeec7f1f05a8afe40677859cf0f (patch) | |
tree | a500a26473799ce42fe9b3e3dc297df9f3a25eb6 /grapher | |
parent | 7f0cd081c315cc421e62f2f639817e1abecb9c4c (diff) | |
parent | bcfa72ed644f9644eaa3fa52e66449aedfe47974 (diff) | |
download | systemtap-steved-e3d5f49468872aeec7f1f05a8afe40677859cf0f.tar.gz systemtap-steved-e3d5f49468872aeec7f1f05a8afe40677859cf0f.tar.xz systemtap-steved-e3d5f49468872aeec7f1f05a8afe40677859cf0f.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'grapher')
-rw-r--r-- | grapher/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/grapher/Makefile.in b/grapher/Makefile.in index 35c83ac0..644a9b99 100644 --- a/grapher/Makefile.in +++ b/grapher/Makefile.in @@ -171,8 +171,6 @@ PIELDFLAGS = @PIELDFLAGS@ PKG_CONFIG = @PKG_CONFIG@ PUBLICAN_BRAND = @PUBLICAN_BRAND@ RANLIB = @RANLIB@ -RPM_CFLAGS = @RPM_CFLAGS@ -RPM_LIBS = @RPM_LIBS@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ @@ -227,7 +225,6 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ -rpm_LIBS = @rpm_LIBS@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ sqlite3_LIBS = @sqlite3_LIBS@ |