aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1995-10-08 11:27:49 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1995-10-08 11:27:49 +0000
commit23de525f424308c69ea60ac18f68cf2544e52738 (patch)
treeb7044ebd5f5a95a7fce4d48fee857de1067709f0 /sim
parent5604019068033a9dc389eb73f11e9c21274ae097 (diff)
downloadgdb-23de525f424308c69ea60ac18f68cf2544e52738.zip
gdb-23de525f424308c69ea60ac18f68cf2544e52738.tar.gz
gdb-23de525f424308c69ea60ac18f68cf2544e52738.tar.bz2
* configure.in: Explicitly `exit 0' for broken shells.
* configure: Rebuilt.
Diffstat (limited to 'sim')
-rw-r--r--sim/ChangeLog5
-rw-r--r--sim/configure.in2
2 files changed, 7 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 032b847..22a3102 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -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>
* common/run.c (main): Initialize the callbacks.
diff --git a/sim/configure.in b/sim/configure.in
index 90a3c8c..458c94e 100644
--- a/sim/configure.in
+++ b/sim/configure.in
@@ -27,3 +27,5 @@ configdirs=${sim_target}
AC_CONFIG_SUBDIRS($configdirs)
AC_OUTPUT(Makefile)
+
+exit 0