From: Richard Stallman Date: Fri, 10 Jul 1992 19:39:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4f960113249a2679de1f33e1cc7cf510bc2fec8;p=gcc.git *** empty log message *** From-SVN: r1553 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9aaba169edd..ac82d888621 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -271,7 +271,8 @@ all: all.indirect all.indirect: $(ALL) -INTERNAL_CFLAGS = $(CROSS) +# IN_GCC tells obstack.h to use gstddef.h. +INTERNAL_CFLAGS = $(CROSS) -DIN_GCC # This is the variable actually used when we compile. ALL_CFLAGS = $(INTERNAL_CFLAGS) $(X_CFLAGS) $(T_CFLAGS) $(CFLAGS) $(XCFLAGS)