aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog.mpw4
-rw-r--r--gdb/mpw-make.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog.mpw b/gdb/ChangeLog.mpw
index 2bbcb2a..8bab2f7 100644
--- a/gdb/ChangeLog.mpw
+++ b/gdb/ChangeLog.mpw
@@ -1,3 +1,7 @@
+Wed Jan 4 17:55:39 1995 Stan Shebs <shebs@andros.cygnus.com>
+
+ * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace.
+
Thu Dec 15 17:53:30 1994 Stan Shebs <shebs@andros.cygnus.com>
* main.c, source.c: Remove hacks that replace long strings
diff --git a/gdb/mpw-make.in b/gdb/mpw-make.in
index 43ef4aa..13aee76 100644
--- a/gdb/mpw-make.in
+++ b/gdb/mpw-make.in
@@ -723,7 +723,7 @@ uninstall \Option-f force
Delete -i -y "{o}"init.c init.c-tmp
Echo '/* Do not modify this file. */' >init.c-tmp
Echo '/* It is created automatically by the Makefile. */'>>init.c-tmp
- Echo 'void initialize_all_files () ' `mpw-open-brace` >>init.c-tmp
+ Echo 'void initialize_all_files () ' `open-brace` >>init.c-tmp
For i in {OBS} {TSOBS}
set filename "`Echo {i} | sed \Option-d
-e '/^Onindy.c.o/d' \Option-d