diff options
Diffstat (limited to 'tools/gccas/Makefile')
-rw-r--r-- | tools/gccas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index d81a5c8..c66fb4f 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = gccas USEDLIBS = LLVMAsmParser LLVMBCWriter LLVMTransforms LLVMipo.a LLVMipa.a \ - LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + LLVMScalarOpts LLVMAnalysis.a LLVMTarget.a LLVMTransformUtils \ + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a include $(LEVEL)/Makefile.common |