Take -nostdinc out of INCLUDES so we can get nlist.h and a.out.h for DDB.
This commit is contained in:
parent
c448381c1f
commit
47b43066ee
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user