projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce62cc
)
Added the EXEEXT variable so that Makefiles can figure out what extension
author
John Criswell
<criswell@uiuc.edu>
Tue, 1 Jun 2004 19:04:38 +0000
(19:04 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/Makefile.config.in
b/Makefile.config.in
index
889fb2a
..
3b554c2
100644
(file)
--- a/
Makefile.config.in
+++ b/
Makefile.config.in
@@
-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