diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-17 18:37:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-17 18:37:45 +0000 |
commit | 5b007e248c0ade9fd8e519ca45ae5b03316b2cda (patch) | |
tree | 98bdc5ce85d75369e51a49c6d6a73a1c51c16257 /runtime/libtrace | |
parent | 128c2aa49332123d7c89477efca73b8bac233dd7 (diff) | |
download | external_llvm-5b007e248c0ade9fd8e519ca45ae5b03316b2cda.zip external_llvm-5b007e248c0ade9fd8e519ca45ae5b03316b2cda.tar.gz external_llvm-5b007e248c0ade9fd8e519ca45ae5b03316b2cda.tar.bz2 |
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/libtrace')
-rw-r--r-- | runtime/libtrace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile index 32a608c..6d85f31 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 |