diff options
Diffstat (limited to 'tools/analyze/Makefile')
-rw-r--r-- | tools/analyze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 2374af3..9a33f95 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = analyze -USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis ipa datastructure transforms support +USEDLIBS = analysis asmparser bcreader scalaropts vmcore analysis ipa datastructure transforms support include $(LEVEL)/Makefile.common |