From: Chris Lattner Date: Sun, 17 Aug 2003 18:37:45 +0000 (+0000) Subject: This really isn't the gcc library! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5b007e248c0ade9fd8e519ca45ae5b03316b2cda;p=oota-llvm.git This really isn't the gcc library! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7917 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/libtrace/Makefile b/runtime/libtrace/Makefile index 32a608c590c..6d85f314176 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