summaryrefslogtreecommitdiff
path: root/utils/TableGen/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-29 19:31:19 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-29 19:31:19 +0000
commit0172d09b64f8a86dbb5b088d6ad00533f513dd75 (patch)
treeb8af0dac16c508ba2857fff9d7088a2305d0a027 /utils/TableGen/Makefile
parentdebb5f085ad6dcdafc6e939aa044852b469c8d7f (diff)
downloadllvm-0172d09b64f8a86dbb5b088d6ad00533f513dd75.tar.gz
llvm-0172d09b64f8a86dbb5b088d6ad00533f513dd75.tar.bz2
llvm-0172d09b64f8a86dbb5b088d6ad00533f513dd75.tar.xz
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/Makefile2
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