diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-12-14 00:47:32 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-12-14 00:47:32 +0000 |
commit | 3bf210840fe0b68c0f1b409f5fa727cc98cf8e5a (patch) | |
tree | a2b8298f7c33895f25139c262e04e86756a270e3 /gdb/.Sanitize | |
parent | 070ac727960de3a5aef5b6f4c01c24d83c30a1f4 (diff) | |
download | gdb-3bf210840fe0b68c0f1b409f5fa727cc98cf8e5a.zip gdb-3bf210840fe0b68c0f1b409f5fa727cc98cf8e5a.tar.gz gdb-3bf210840fe0b68c0f1b409f5fa727cc98cf8e5a.tar.bz2 |
* mpw-config.in (m68k-apple-macos, ppc-apple-macos,
i386-unknown-aout): New targets.
(mk.tmp): Add *DEPFILES definitions.
* mpw-make.in: Remove gC rules, clean up definitions for other
include files, bump version, fix bogus \ that should be \Option-d.
(init.c): Build correctly.
(mpw-init.c): Remove.
Diffstat (limited to 'gdb/.Sanitize')
-rw-r--r-- | gdb/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/.Sanitize b/gdb/.Sanitize index f0556e2..7cd9a14 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -15,7 +15,7 @@ Do-first: -mpw_files="mpw-config.in mpw-make.in ser-mac.c mac-xdep.c mac-defs.h macgdb.r mpw-init.c ChangeLog.mpw" +mpw_files="mpw-config.in mpw-make.in ser-mac.c mac-xdep.c mac-defs.h macgdb.r ChangeLog.mpw" if ( echo $* | grep keep\-mpw > /dev/null ) ; then keep_these_too="${mpw_files} ${keep_these_too}" |