This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e16ef93
)
Assume that the host and target have the same executable suffix
author
Paul Green
<Paul.Green@stratus.com>
Sun, 17 Mar 2013 15:39:17 +0000
(11:39 -0400)
committer
Karl Williamson
<public@khwilliamson.com>
Tue, 19 Mar 2013 21:45:46 +0000
(15:45 -0600)
Makefile.SH
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.SH
b/Makefile.SH
index
e5ba3b9
..
24acd5b
100755
(executable)
--- a/
Makefile.SH
+++ b/
Makefile.SH
@@
-305,7
+305,7
@@
RUN = $run
# These variables may need to be manually set for non-Unix systems.
AR = $full_ar
-HOST_EXE_EXT =
+HOST_EXE_EXT =
$_exe
EXE_EXT = $_exe
LIB_EXT = $_a
OBJ_EXT = $_o