projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a204adc
)
(exeext): Set to build_exeext not exeext.
author
Jim Wilson
<wilson@gcc.gnu.org>
Wed, 16 Jul 1997 02:05:02 +0000
(19:05 -0700)
committer
Jim Wilson
<wilson@gcc.gnu.org>
Wed, 16 Jul 1997 02:05:02 +0000
(19:05 -0700)
From-SVN: r14450
gcc/Makefile.in
patch
|
blob
|
history
diff --git
a/gcc/Makefile.in
b/gcc/Makefile.in
index 3e5967ef3a1dcbaef471da2361d821ecb5ad0879..89f41c6e111df0fe4ce6d82dcc58cd40b901932b 100644
(file)
--- a/
gcc/Makefile.in
+++ b/
gcc/Makefile.in
@@
-225,7
+225,7
@@
infodir = @infodir@
# Extension (if any) to put in installed man-page filename.
manext = .1
objext = .o
-exeext = @exeext@
+exeext = @
build_
exeext@
# Directory in which to put man pages.
mandir = @mandir@/man1