From: Reid Spencer Date: Thu, 23 Sep 2004 06:07:24 +0000 (+0000) Subject: Missed one $*.a -> $@ conversion for the Release build. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ad9590e12c176ef3a6eb12f5326e1a6254974993;p=oota-llvm.git Missed one $*.a -> $@ conversion for the Release build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16494 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index d0505643e31..e866309677e 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -568,7 +568,7 @@ $(LIBNAME_BC): $(ObjectsBC) $(LibSubDirs) $(DESTLIBBYTECODE)/.dir $(LIBNAME_O): $(ObjectsO) $(LibSubDirs) $(DESTLIBRELEASE)/.dir @${ECHO} Linking $(LIBRARYNAME) dynamic release library $(VERB) $(Link) -o $@ $(ObjectsO) $(LibSubDirs) $(LibLinkOpts) - $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $*.la $(DESTLIBCURRENT) + $(VERB) $(LIBTOOL) --mode=install $(INSTALL) $@ $(DESTLIBCURRENT) @${ECHO} ======= Finished building $(LIBRARYNAME) dynamic release library ======= $(LIBNAME_P): $(ObjectsP) $(LibSubDirs) $(DESTLIBPROFILE)/.dir