+Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
+
+ * mpw-make.sed: Edit out makefile rebuild rule.
+ (host_alias, target_alias): Comment out instead of deleting.
+ (@LIBS@): Edit out references.
+
Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
* symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
# Sed commands that finish translating the GDB Unix Makefile to MPW syntax.
-/^host_alias =/d
-/^target_alias =/d
+/^host_alias =/s/^/#/
+/^target_alias =/s/^/#/
/^host_makefile_frag@$/d
/^target_makefile_frag@$/d
/@ENABLE_CLIBS@/s/@ENABLE_CLIBS@//g
+/@LIBS@/s/@LIBS@//g
+
/INCLUDE_DIR/s/"{s}"{INCLUDE_DIR}/{INCLUDE_DIR}/g
/INCLUDE_DIR/s/{INCLUDE_DIR}:/{INCLUDE_DIR}/g
/INCLUDE_DIR/s/"{INCLUDE_DIR}":/"{INCLUDE_DIR}"/g
# Don't do any recursive subdir stuff.
/ subdir_do/s/{MAKE}/null-command/
+# Edit out actions that only confuse MPW Make.
/^config.status \\Option-f/,/^$/d
+/^Makefile \\Option-f/,/^$/d
# Add an action to build SIOWgdb.
$a\