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 065b093..ebf137a 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = analyze -USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis support +USEDLIBS = analysis asmparser bcreader asmwriter scalaropts vmcore analysis transforms support include $(LEVEL)/Makefile.common |