[llvm-commits] CVS: llvm/Makefile.rules

Reid Spencer reid at x10sys.com
Sun Oct 31 13:07:45 PST 2004



Changes in directory llvm:

Makefile.rules updated: 1.226 -> 1.227
---
Log message:

Fix output for building shared libraries per Chris' requirements

---
Diffs of the changes:  (+1 -1)

Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.226 llvm/Makefile.rules:1.227
--- llvm/Makefile.rules:1.226	Sun Oct 31 12:52:15 2004
+++ llvm/Makefile.rules	Sun Oct 31 15:07:34 2004
@@ -452,7 +452,7 @@
 all-local:: $(LibName.LA)
 
 $(LibName.LA): $(BUILT_SOURCES) $(ObjectsLO) $(LibDir)/.dir
-	$(Echo) Linking $(Configuration) Shared Library $(notdir $@)
+	$(Echo) Linking $(Configuration) Shared Library $(LIBRARYNAME).so
 	$(Verb) $(Link) -o $@ $(ObjectsLO)
 	$(Verb) $(LTInstall) $@ $(LibDir)
 






More information about the llvm-commits mailing list