mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Have config/i386/freebsd.h directly include att.h. I have no idea why stock
EGCS doesn't just do this. None of the rest of our other platforms will need this file.
This commit is contained in:
parent
6436fcb9f0
commit
403563f5aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45928
1 changed files with 1 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.27 1999/04/11 04:32:42 bde Exp $
|
||||
# $Id: Makefile,v 1.28 1999/04/18 09:44:36 obrien Exp $
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -155,9 +155,6 @@ tconfig.h:
|
|||
|
||||
tm.h:
|
||||
echo '#include "${MACHINE_ARCH}/${MACHINE_ARCH}.h"' > ${.TARGET}
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
echo '#include "${MACHINE_ARCH}/att.h"' >> ${.TARGET}
|
||||
.endif
|
||||
echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET}
|
||||
|
|
Loading…
Reference in a new issue