diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-10-27 05:04:44 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-10-27 05:04:44 +0000 |
commit | 7bd447bae3deee8af8c6ddd46973d53db7e48c1c (patch) | |
tree | eb3392708740b879ecb1fe29445effc3e63f0387 /gdb/mpw-make.sed | |
parent | d5115c2bc66e51c00b49ee44adbbb8d32eeb60df (diff) | |
download | gdb-7bd447bae3deee8af8c6ddd46973d53db7e48c1c.zip gdb-7bd447bae3deee8af8c6ddd46973d53db7e48c1c.tar.gz gdb-7bd447bae3deee8af8c6ddd46973d53db7e48c1c.tar.bz2 |
* mpw-config.in: Add support for PowerMac host, add beginnings
of native support.
* mpw-make.sed: Disable subdir recursion, edit out useless rule.
* mac-xdep.c (Values.h): Don't include.
(GestaltEqu.h): Include Gestalt.h instead.
(do_mouse_down): Comment out control tracking, needs to be
updated to use UPP before will work on PowerMac.
Diffstat (limited to 'gdb/mpw-make.sed')
-rw-r--r-- | gdb/mpw-make.sed | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/mpw-make.sed b/gdb/mpw-make.sed index 6725b3c..0603bd6 100644 --- a/gdb/mpw-make.sed +++ b/gdb/mpw-make.sed @@ -130,3 +130,7 @@ readline_headers =\ {MAKEPEF} gdb{PROG_EXT} -o gdb {MAKEPEF_TOOL_FLAGS} {MAKEPEF_FLAGS}\ {REZ} "{s}"mac-gdb.r -o gdb -append -d PROG_NAME='"'gdb'"' -d VERSION_STRING='"'{version}'"'\ +# Don't do any recursive subdir stuff. +/ subdir_do/s/{MAKE}/null-command/ + +/^config.status \\Option-f/,/^$/d |