Added the EXEEXT variable so that Makefiles can figure out what extension

to put on executable files.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2004-06-01 19:04:38 +00:00
parent 7ce62cc236
commit e6d468f6f7

View 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