summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-17 18:37:45 +0000
committerChris Lattner <sabre@nondot.org>2003-08-17 18:37:45 +0000
commit5b007e248c0ade9fd8e519ca45ae5b03316b2cda (patch)
tree98bdc5ce85d75369e51a49c6d6a73a1c51c16257 /runtime
parent128c2aa49332123d7c89477efca73b8bac233dd7 (diff)
downloadllvm-5b007e248c0ade9fd8e519ca45ae5b03316b2cda.tar.gz
llvm-5b007e248c0ade9fd8e519ca45ae5b03316b2cda.tar.bz2
llvm-5b007e248c0ade9fd8e519ca45ae5b03316b2cda.tar.xz
This really isn't the gcc library!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7917 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libtrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile
index 32a608c590..6d85f31417 100644
--- a/runtime/libtrace/Makefile
+++ b/runtime/libtrace/Makefile
@@ -1,7 +1,7 @@
LEVEL = ../..
BYTECODE_LIBRARY=1
#DONT_BUILD_RELINKED=1
-LIBRARYNAME=gcc
+LIBRARYNAME=trace
include $(LEVEL)/Makefile.common