* mpw-make.in (init.c): Use open-brace instead of mpw-open-brace.

This commit is contained in:
Stan Shebs 1995-01-05 02:39:47 +00:00
parent c023fbf429
commit c43e9dc6de
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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