aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/Makefile.in3
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 541ed72bddb..2908810322c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-05-25 Glenn Morris <rgm@gnu.org> 12010-05-25 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (NOT_C_CODE): No longer define.
4 (config.h): No longer include.
5
3 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some 6 * Makefile.in (LD_SWITCH_SYSTEM_TEMACS): Move definition after some
4 variables it may reference. 7 variables it may reference.
5 8
diff --git a/src/Makefile.in b/src/Makefile.in
index 2ed5ca4bfd4..7add9362427 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -301,9 +301,6 @@ MKDEPDIR=@MKDEPDIR@
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 303
304#define NOT_C_CODE
305#include "config.h"
306
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