It is easier for me to debug with -I's at the rear.

This commit is contained in:
obrien 2002-04-20 01:27:28 +00:00
parent 18e5fa0b85
commit e7007d1009

View File

@ -59,12 +59,12 @@ NEW2FUNCS= _op_vnew _op_vnewnt _op_delete _op_delnt _op_vdel _op_vdelnt
SRCS= frame.c tinfo.cc tinfo2.cc new.cc exception.cc
CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I.
CFLAGS+= -fexceptions
CFLAGS+= -DIN_GCC
.if ${OBJFORMAT} != aout
CFLAGS+= -D_PTHREADS -DGTHREAD_USE_WEAK
.endif
CFLAGS+= -I${GCCDIR}/config -I${GCCDIR} -I.
CXXFLAGS+= -I${GCCDIR}/cp/inc
CXXFLAGS+= -nostdinc++