comparison src/Makefile.in @ 108772:18375bd11244

Do not include config.h in src/Makefile.in. * src/Makefile.in (NOT_C_CODE): No longer define. (config.h): No longer include.
author Glenn Morris <rgm@gnu.org>
date Mon, 24 May 2010 21:17:52 -0700
parents 87142531365c
children cb7a5eb4b822
comparison
equal deleted inserted replaced
108771:f6d1128c9985 108772:18375bd11244
298 ## test -d ${DEPDIR} || mkdir ${DEPDIR} (if AUTO_DEPEND); else ':'. 298 ## test -d ${DEPDIR} || mkdir ${DEPDIR} (if AUTO_DEPEND); else ':'.
299 MKDEPDIR=@MKDEPDIR@ 299 MKDEPDIR=@MKDEPDIR@
300 300
301 # ========================== start of cpp stuff ======================= 301 # ========================== start of cpp stuff =======================
302 /* From here on, comments must be done in C syntax. */ 302 /* From here on, comments must be done in C syntax. */
303
304 #define NOT_C_CODE
305 #include "config.h"
306 303
307 /* If NS_IMPL_GNUSTEP, some definitions and includes are expanded here. */ 304 /* If NS_IMPL_GNUSTEP, some definitions and includes are expanded here. */
308 @NS_IMPL_GNUSTEP_INC@ 305 @NS_IMPL_GNUSTEP_INC@
309 306
310 /* FIXME move to LD_SWITCH_SYSTEM_TEMACS? 307 /* FIXME move to LD_SWITCH_SYSTEM_TEMACS?