mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-16 15:40:16 +00:00
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
This commit is contained in:
parent
98fa4ade2c
commit
d7cd126469
@ -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>
|
||||
|
||||
|
@ -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@
|
||||
|
Loading…
x
Reference in New Issue
Block a user