Take -nostdinc out of INCLUDES so we can get nlist.h and a.out.h for DDB.

This commit is contained in:
briggs 1994-07-21 01:49:08 +00:00
parent c448381c1f
commit 47b43066ee

View File

@ -41,7 +41,7 @@ LIBKERN=${KERNLIB_PROF}
### for the Motorola 68040 Floating Point Software Product
.include "$S/arch/m68k/fpsp/Makefile.inc"
INCLUDES= -nostdinc -I. -I$S/arch -I$S -I$S/sys
INCLUDES= -I. -I$S/arch -I$S -I$S/sys
COPTS= ${INCLUDES} ${IDENT} -DKERNEL -DREFBIT -Dmac68k
CFLAGS= -O ${COPTS}