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

This commit is contained in:
David E. O'Brien 2002-04-20 01:27:28 +00:00
parent d51ed1a04a
commit 0537668b9b
1 changed files with 1 additions and 1 deletions

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++