summaryrefslogtreecommitdiffstats
path: root/buildrun.cxx
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-02-20 17:23:02 -0800
committerJosh Stone <jistone@redhat.com>2009-02-20 17:23:02 -0800
commit60708c55af46b7e42392e0d679df85a824d71b45 (patch)
tree758f683592310d6e3c1a0ed6dbf326c81ee4982d /buildrun.cxx
parent7774095b25424019098226eaa7c1148ff24b800b (diff)
downloadsystemtap-steved-60708c55af46b7e42392e0d679df85a824d71b45.tar.gz
systemtap-steved-60708c55af46b7e42392e0d679df85a824d71b45.tar.xz
systemtap-steved-60708c55af46b7e42392e0d679df85a824d71b45.zip
Remove STAPCONF_CFLAGS from the generated Makefile
This was leftover from my initial draft of autoconf caching. It's not used at all anymore...
Diffstat (limited to 'buildrun.cxx')
-rw-r--r--buildrun.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index 3a6e20ae..fe060236 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -125,9 +125,6 @@ compile_pass (systemtap_session& s)
// o << module_cflags << " += -Iusr/include" << endl;
// since such headers are cleansed of _KERNEL_ pieces that we need
- string stapconf_cflags = "STAPCONF_CFLAGS";
- o << stapconf_cflags << " :=" << endl;
-
o << "STAPCONF_HEADER := " << s.tmpdir << "/" << s.stapconf_name << endl;
o << s.translated_source << ": $(STAPCONF_HEADER)" << endl;
o << "$(STAPCONF_HEADER):" << endl;