mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 13:23:10 +08:00
* configure.in: Explicitly `exit 0' for broken shells.
* configure: Rebuilt.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Sun Oct 8 04:26:27 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
|
||||||
|
|
||||||
|
* configure.in: Explicitly `exit 0' for broken shells.
|
||||||
|
* configure: Rebuilt.
|
||||||
|
|
||||||
Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
|
Fri Oct 6 12:03:27 1995 Jim Wilson <wilson@chestnut.cygnus.com>
|
||||||
|
|
||||||
* common/run.c (main): Initialize the callbacks.
|
* common/run.c (main): Initialize the callbacks.
|
||||||
|
@ -27,3 +27,5 @@ configdirs=${sim_target}
|
|||||||
AC_CONFIG_SUBDIRS($configdirs)
|
AC_CONFIG_SUBDIRS($configdirs)
|
||||||
|
|
||||||
AC_OUTPUT(Makefile)
|
AC_OUTPUT(Makefile)
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
Reference in New Issue
Block a user