summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--buildrun.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx
index c997d125..589555ac 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -73,7 +73,6 @@ compile_pass (systemtap_session& s)
// Assumes linux 2.6 kbuild
o << "CFLAGS += -Wno-unused -Werror" << endl;
o << "CFLAGS += -I \"" << s.runtime_path << "\"" << endl;
- o << "CFLAGS += -I \"" << s.runtime_path << "/relayfs\"" << endl;
o << "obj-m := " << s.module_name << ".o" << endl;
o.close ();