diff options
author | trz <trz> | 2006-03-16 15:11:41 +0000 |
---|---|---|
committer | trz <trz> | 2006-03-16 15:11:41 +0000 |
commit | cd41ab84768140651b25752e2ac610ef1d8f83e5 (patch) | |
tree | a5e1e461140184a3c5b27bd24dd8febbb439ce76 | |
parent | 6fc464b53a23c9f7e711b89e6de802422b19734b (diff) | |
download | systemtap-steved-cd41ab84768140651b25752e2ac610ef1d8f83e5.tar.gz systemtap-steved-cd41ab84768140651b25752e2ac610ef1d8f83e5.tar.xz systemtap-steved-cd41ab84768140651b25752e2ac610ef1d8f83e5.zip |
remove relayfs include path
-rw-r--r-- | buildrun.cxx | 1 |
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 (); |