diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-01-05 02:39:47 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-01-05 02:39:47 +0000 |
commit | c43e9dc6deee0c51fad6543b6099ad41a1d1d7e8 (patch) | |
tree | b65cd5ceec90f991b35b3e32317e52a1cdff22f5 /gdb | |
parent | c023fbf429930b516ff56a8eb17ad0c1603f98d9 (diff) | |
download | gdb-c43e9dc6deee0c51fad6543b6099ad41a1d1d7e8.zip gdb-c43e9dc6deee0c51fad6543b6099ad41a1d1d7e8.tar.gz gdb-c43e9dc6deee0c51fad6543b6099ad41a1d1d7e8.tar.bz2 |
* mpw-make.in (init.c): Use open-brace instead of mpw-open-brace.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog.mpw | 4 | ||||
-rw-r--r-- | gdb/mpw-make.in | 2 |
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 |