From: Geoffrey Noer Date: Thu, 20 Nov 1997 13:05:07 +0000 (+0000) Subject: Thu Nov 20 04:11:27 1997 Geoffrey Noer X-Git-Tag: gdb-4_18-branchpoint~4233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7cd1264695236f7bc59123655b9dc8f85e01cb1;p=thirdparty%2Fbinutils-gdb.git Thu Nov 20 04:11:27 1997 Geoffrey Noer * 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 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a78edcdd5f6..88b534191c1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -5,6 +5,8 @@ Thu Nov 20 04:11:27 1997 Geoffrey Noer * 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 diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 99a8bbbbeb9..18f6ee5f09c 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@