From 60708c55af46b7e42392e0d679df85a824d71b45 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 20 Feb 2009 17:23:02 -0800 Subject: Remove STAPCONF_CFLAGS from the generated Makefile This was leftover from my initial draft of autoconf caching. It's not used at all anymore... --- buildrun.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'buildrun.cxx') 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; -- cgit