Removing -DIN_GCC from CFLAGS. It caused compile errors on both the i386

and the pc532 due to an incorrect definition of ptrdiff_t.  It is also not
used in compiling other parts of gcc.
This commit is contained in:
phil 1994-06-09 19:12:24 +00:00
parent 7def3ee346
commit 07135c789c

View File

@ -1,6 +1,6 @@
# $Id: Makefile.inc,v 1.1 1993/08/23 09:20:31 cgd Exp $
# $Id: Makefile.inc,v 1.2 1994/06/09 19:12:24 phil Exp $
CFLAGS+=-DIN_GCC -I${.CURDIR}/../../common -I${.CURDIR}/.. -I${.CURDIR}
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/.. -I${.CURDIR} # -DIN_GCC
.PATH: ${.CURDIR}/../../common ${.CURDIR}/..