[llvm-commits] CVS: llvm/Makefile.config.in

Brian Gaeke gaeke at cs.uiuc.edu
Wed Jan 21 13:40:07 PST 2004


Changes in directory llvm:

Makefile.config.in updated: 1.16 -> 1.17

---
Log message:

Get SHLIBEXT variable from configure script.

---
Diffs of the changes:  (+3 -0)

Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.16 llvm/Makefile.config.in:1.17
--- llvm/Makefile.config.in:1.16	Fri Jan 16 15:31:34 2004
+++ llvm/Makefile.config.in	Wed Jan 21 13:39:07 2004
@@ -115,6 +115,9 @@
 # Disable LLC diffs for testing.
 @DISABLE_LLC_DIFFS@
 
+# Shared library extension for this platform.
+SHLIBEXT = @SHLIBEXT@
+
 ###########################################################################
 # Directory Configuration
 #	This section of the Makefile determines what is where.  To be





More information about the llvm-commits mailing list