From cd41ab84768140651b25752e2ac610ef1d8f83e5 Mon Sep 17 00:00:00 2001 From: trz Date: Thu, 16 Mar 2006 15:11:41 +0000 Subject: remove relayfs include path --- buildrun.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'buildrun.cxx') 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 (); -- cgit