mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
* ser-mac.c (MacSerial.h): Include instead of Serial.h.
This commit is contained in:
parent
0f2fa54c06
commit
7f6572f512
@ -1,3 +1,8 @@
|
||||
Fri Jul 1 11:40:24 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
|
||||
* ser-mac.c (MacSerial.h): Include instead of Serial.h.
|
||||
|
||||
Wed Jun 29 18:04:55 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* mpw-make.in: Use {s} instead of {srcdir} everywhere.
|
||||
|
@ -4,6 +4,11 @@ forward-include "{srcdir}"config:m68k:xm-mpw.h xm.h
|
||||
|
||||
forward-include "{srcdir}"config:m68k:xm-m68k.h 'm68k/xm-m68k.h'
|
||||
|
||||
# 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
|
||||
|
||||
Echo "/* dummy */" >termio.h
|
||||
|
||||
Set xdepfiles " "
|
||||
|
@ -23,7 +23,9 @@
|
||||
|
||||
#include <Types.h>
|
||||
#include <Devices.h>
|
||||
#include <Serial.h>
|
||||
/* This is the regular Mac Serial.h, but copied to a different name
|
||||
so as not to get confused with the GDB serial.h above. */
|
||||
#include "MacSerial.h"
|
||||
|
||||
/* This is unused for now. We just return a placeholder. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user