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/mpw-make.in | |
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/mpw-make.in')
-rw-r--r-- | gdb/mpw-make.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |