Pay attention to the "KEEP THIS IN SYNC" comment, and sync the `tm.h'

header with src/gcc/usr.bin/cc/cc_tools/Makefile.
This commit is contained in:
David E. O'Brien 1999-11-17 07:20:27 +00:00
parent 32458f8c01
commit a8d46c3a99

View File

@ -97,11 +97,7 @@ tm.h:
echo '#include "svr4.h"' >> ${.TARGET}
.endif
echo '#include <freebsd.h>' >> ${.TARGET}
.if ${MACHINE_ARCH} == "alpha"
echo '#include "${MACHINE_ARCH}/freebsd4.h"' >> ${.TARGET}
.else
echo '#include "${MACHINE_ARCH}/freebsd.h"' >> ${.TARGET}
.endif
.if ${MACHINE_ARCH} == "i386"
echo '#include "${MACHINE_ARCH}/perform.h"' >> ${.TARGET}
.endif