From 32e6240e8f9806ba903d5a04916136c5f6f98cbc Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Fri, 27 Jul 2001 11:22:43 +0000 Subject: [PATCH] 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 --- configure.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0