diff options
-rw-r--r-- | utils/TableGen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile index 86e77eaf16..e0c0e64cd0 100644 --- a/utils/TableGen/Makefile +++ b/utils/TableGen/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = tblgen -USEDLIBS = support.a +USEDLIBS = support.a LLVMsystem.a include $(LEVEL)/Makefile.common |