diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:31:19 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-08-29 19:31:19 +0000 |
commit | 0172d09b64f8a86dbb5b088d6ad00533f513dd75 (patch) | |
tree | b8af0dac16c508ba2857fff9d7088a2305d0a027 /utils/TableGen/Makefile | |
parent | debb5f085ad6dcdafc6e939aa044852b469c8d7f (diff) |
Link with LLVMsystem.a for operating system independence.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/Makefile')
-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 |