From 8905eef6eb93fa96ec1ba8a44d1e8fb3d8e73ebc Mon Sep 17 00:00:00 2001 From: srikar Date: Mon, 27 Aug 2007 14:18:19 +0000 Subject: Changes in configure scripts, Makefiles required for removing LKET from systemtap (PR 4817) --- main.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index eaf0a651..09435fad 100644 --- a/main.cxx +++ b/main.cxx @@ -228,12 +228,10 @@ main (int argc, char * const argv []) if (s_p != NULL) { s.include_path.push_back (s_p); - s.include_path.push_back (string(s_p) + "/LKET"); } else { s.include_path.push_back (string(PKGDATADIR) + "/tapset"); - s.include_path.push_back (string(PKGDATADIR) + "/tapset/LKET"); } const char* s_r = getenv ("SYSTEMTAP_RUNTIME"); -- cgit