diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-06-15 22:10:27 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-06-15 22:10:27 +0000 |
commit | e33c359dcbac4cc48ee4e9facde3bd02ae29905c (patch) | |
tree | 09505dd23288664ef889f1aacb9b4500ec5c8d51 /gdb/mpw-config.in | |
parent | e0151f38e1579b8f043603060c2ff0f84846652c (diff) | |
download | gdb-e33c359dcbac4cc48ee4e9facde3bd02ae29905c.zip gdb-e33c359dcbac4cc48ee4e9facde3bd02ae29905c.tar.gz gdb-e33c359dcbac4cc48ee4e9facde3bd02ae29905c.tar.bz2 |
* array-rom.c: Remove, no longer used.
* remote-hms.c (hms_open): Make static.
* mpw-config.in (MacSerial.h): Copy from version in {CIncludes},
not {MPW}Interfaces:CIncludes.
* ser-mac.c (mac_baud_rate_table): Fix value for 38400 baud.
Diffstat (limited to 'gdb/mpw-config.in')
-rw-r--r-- | gdb/mpw-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mpw-config.in b/gdb/mpw-config.in index eb1badc..89f99f5 100644 --- a/gdb/mpw-config.in +++ b/gdb/mpw-config.in @@ -9,7 +9,7 @@ Set xdepfiles '"{o}"mac-xdep.c.o' # Make a copy of this file and give it a different name, so it # won't be confused with GDB's serial.h. -Duplicate -y "{MPW}"Interfaces:CIncludes:Serial.h MacSerial.h +Duplicate -y "{CIncludes}"Serial.h MacSerial.h Echo "/* dummy */" >termio.h |