Skip to content

Instantly share code, notes, and snippets.

@agentzh
Created December 21, 2019 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agentzh/7024b63f27fa804622c48b0175cdade6 to your computer and use it in GitHub Desktop.
Save agentzh/7024b63f27fa804622c48b0175cdade6 to your computer and use it in GitHub Desktop.
diff --git a/buildrun.cxx b/buildrun.cxx
index e45f87331..fb14a3c31 100644
--- a/buildrun.cxx
+++ b/buildrun.cxx
@@ -513,7 +513,7 @@ compile_pass (systemtap_session& s)
o2.close ();
o << ".PHONY: gen-stapconf" << endl;
- o << "gen-stapconf: stapconf_export.h";
+ o << "gen-stapconf: " << stap_export_nm;
for (unsigned i=0; i<cs.size(); i++)
o << " " << s.tmpdir << "/" << cs[i] << ".h";
o << endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment