summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Havard <bjh@apache.org>2001-07-27 11:22:43 +0000
committerBrian Havard <bjh@apache.org>2001-07-27 11:22:43 +0000
commit32e6240e8f9806ba903d5a04916136c5f6f98cbc (patch)
tree26363c9ba3171e9a229b8dd36225ab324a9f7033
parentf9ee74d602fd03b9d7b5c82ee3c6dbf2f67afc80 (diff)
downloadhttpd-32e6240e8f9806ba903d5a04916136c5f6f98cbc.tar.gz
OS/2: Fix 'make install' handling of EXEs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89746 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index dd2ced0f8f..769df57f20 100644
--- a/configure.in
+++ b/configure.in
@@ -102,6 +102,7 @@ case $host in
CORE_IMPLIB="$abs_srcdir/server/$CORE_IMPLIB_FILE"
MK_IMPLIB="emximp"
other_targets="$other_targets os2core"
+ INSTALL_PROG_FLAGS="-e .exe"
;;
*)
if test "x$LTFLAGS" = "x"; then