diff options
| author | Glenn Morris | 2010-05-24 21:17:52 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-24 21:17:52 -0700 |
| commit | 2e0689abafc503d1e07a9f970da68d9981baec21 (patch) | |
| tree | f62b497af54891ef611e7776bc9fc76624001bf3 /src | |
| parent | a0c067483785a0d8b37e21878e9cc6244bac035a (diff) | |
| download | emacs-2e0689abafc503d1e07a9f970da68d9981baec21.tar.gz emacs-2e0689abafc503d1e07a9f970da68d9981baec21.zip | |
Do not include config.h in src/Makefile.in.
* src/Makefile.in (NOT_C_CODE): No longer define.
(config.h): No longer include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/Makefile.in | 3 |
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 @@ | |||
| 1 | 2010-05-25 Glenn Morris <rgm@gnu.org> | 1 | 2010-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 | ||