aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Noer <noer@cygnus>1997-11-20 13:05:07 +0000
committerGeoffrey Noer <noer@cygnus>1997-11-20 13:05:07 +0000
commitd7cd1264695236f7bc59123655b9dc8f85e01cb1 (patch)
tree1743ff7578b0aa1610431980345e705da7a468fd
parent98fa4ade2c626a10a51e98ff884f60a6af4c8d0d (diff)
downloadgdb-d7cd1264695236f7bc59123655b9dc8f85e01cb1.zip
gdb-d7cd1264695236f7bc59123655b9dc8f85e01cb1.tar.gz
gdb-d7cd1264695236f7bc59123655b9dc8f85e01cb1.tar.bz2
Thu Nov 20 04:11:27 1997 Geoffrey Noer <noer@cygnus.com>
* 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
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a78edcd..88b5341 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 99a8bbb..18f6ee5 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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@