diff options
Diffstat (limited to 'tools/llvm-as/Makefile')
-rw-r--r-- | tools/llvm-as/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index b1d71e0..8b7a961 100644 --- a/tools/llvm-as/Makefile +++ b/tools/llvm-as/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = as -USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support +USEDLIBS = asmparser bcwriter asmwriter analysis vmcore support include $(LEVEL)/Makefile.common |