From: Brian Havard Date: Fri, 27 Jul 2001 11:22:43 +0000 (+0000) Subject: OS/2: Fix 'make install' handling of EXEs. X-Git-Tag: 2.0.22~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e6240e8f9806ba903d5a04916136c5f6f98cbc;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/configure.in b/configure.in index dd2ced0f8f8..769df57f206 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