[llvm-commits] CVS: llvm/Makefile.rules
Reid Spencer
reid at x10sys.com
Wed Sep 22 23:07:35 PDT 2004
Changes in directory llvm:
Makefile.rules updated: 1.197 -> 1.198
---
Log message:
Missed one $*.a -> $@ conversion for the Release build.
---
Diffs of the changes: (+1 -1)
Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.197 llvm/Makefile.rules:1.198
--- llvm/Makefile.rules:1.197 Wed Sep 22 19:58:06 2004
+++ llvm/Makefile.rules Thu Sep 23 01:07:24 2004
@@ -568,7 +568,7 @@
$(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
More information about the llvm-commits
mailing list