diff options
-rw-r--r-- | tools/gccas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index 25db474..633e810 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = gccas -USEDLIBS = asmparser bcwriter transforms scalaropts target analysis vmcore asmwriter support +USEDLIBS = asmparser bcwriter transforms scalaropts target analysis transforms vmcore asmwriter support include $(LEVEL)/Makefile.common |