Added the EXEEXT variable so that Makefiles can figure out what extension
authorJohn Criswell <criswell@uiuc.edu>
Tue, 1 Jun 2004 19:04:38 +0000 (19:04 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 1 Jun 2004 19:04:38 +0000 (19:04 +0000)
to put on executable files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13925 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in

index 889fb2a4e1e52fd37203359c1fbd3dfcfd05c6c6..3b554c25f393bf2b74bb5a9356492c1766dbf421 100644 (file)
@@ -133,6 +133,9 @@ PAPIDIR := @PAPIDIR@
 # 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