diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 1424f0dc5f7..dcfcf611b90 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (THIS_IS_MAKEFILE): Remove, unused. | ||
| 4 | |||
| 1 | 2010-05-06 Glenn Morris <rgm@gnu.org> | 5 | 2010-05-06 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in: Minimize blessmail-related cpp usage. | 7 | * Makefile.in: Minimize blessmail-related cpp usage. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index a97682ae763..73953211cd4 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -164,7 +164,6 @@ CPP_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) -DHAVE_CONFIG_H -I. -I../src | |||
| 164 | # ========================== start of cpp stuff ======================= | 164 | # ========================== start of cpp stuff ======================= |
| 165 | /* From here on, comments must be done in C syntax. */ | 165 | /* From here on, comments must be done in C syntax. */ |
| 166 | 166 | ||
| 167 | #define THIS_IS_MAKEFILE | ||
| 168 | #define NOT_C_CODE | 167 | #define NOT_C_CODE |
| 169 | #include "../src/config.h" | 168 | #include "../src/config.h" |
| 170 | 169 | ||