diff options
-rw-r--r-- | utils/fpcmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile index 5ba547e..6e12739 100644 --- a/utils/fpcmp/Makefile +++ b/utils/fpcmp/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = fpcmp -USEDLIBS = LLVMSupport.a +USEDLIBS = LLVMSupport.a LLVMSystem.a include $(LEVEL)/Makefile.common |