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

John Criswell criswell at cs.uiuc.edu
Tue Jun 1 14:06:05 PDT 2004


Changes in directory llvm:

Makefile.config.in updated: 1.26 -> 1.27

---
Log message:

Added the EXEEXT variable so that Makefiles can figure out what extension
to put on executable files.



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

Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.26 llvm/Makefile.config.in:1.27
--- llvm/Makefile.config.in:1.26	Fri Apr 23 19:10:56 2004
+++ llvm/Makefile.config.in	Tue Jun  1 14:04:38 2004
@@ -133,6 +133,9 @@
 # Shared library extension for this platform.
 SHLIBEXT = @SHLIBEXT@
 
+# Executable file extension for this platform.
+EXEEXT = @EXEEXT@
+
 ###########################################################################
 # Directory Configuration
 #	This section of the Makefile determines what is where.  To be





More information about the llvm-commits mailing list