Thu Nov 20 04:11:27 1997 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Thu, 20 Nov 1997 13:05:07 +0000 (13:05 +0000)
committerGeoffrey Noer <noer@cygnus>
Thu, 20 Nov 1997 13:05:07 +0000 (13:05 +0000)
        * Makefile.in: pepper with EXEEXTs in appropriate places,
        set SHELL = @SHELL@ for those lame hosts that don't have a /bin/sh
        For some reason, EXEEXT isn't getting substututed in correctly
        so for now, set EXEEXT to empty string

gdb/ChangeLog
gdb/Makefile.in

index a78edcdd5f67ea0a50018a73399b7f99d90bec11..88b534191c120542fdbf4c8f6e98b68690c36238 100644 (file)
@@ -5,6 +5,8 @@ Thu Nov 20 04:11:27 1997  Geoffrey Noer  <noer@cygnus.com>
         * configure: regenerate
         * Makefile.in: pepper with EXEEXTs in appropriate places,
        set SHELL = @SHELL@ for those lame hosts that don't have a /bin/sh
+       For some reason, EXEEXT isn't getting substututed in correctly
+       so for now, set EXEEXT to empty string
 
 Mon Nov 17 15:35:06 1997  Doug Evans  <devans@canuck.cygnus.com>
 
index 99a8bbbbeb995a0705fac6e04adf95c2413d35e5..18f6ee5f09c7291c9365a3b65ad5c5887d6b80f8 100644 (file)
@@ -42,7 +42,7 @@ infodir = @infodir@
 includedir = @includedir@
 
 SHELL = @SHELL@
-EXEEXT = @EXEEXT@
+EXEEXT = # @EXEEXT@ # This isn't getting substituted in correctly :-(
 
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
This page took 0.027701 seconds and 4 git commands to generate.