diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 608d5c618b3..6f3879fb266 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-05-11 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset. | ||
| 4 | (config.h) [MSDOS]: Do not include. | ||
| 5 | |||
| 1 | 2010-05-10 Glenn Morris <rgm@gnu.org> | 6 | 2010-05-10 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * Makefile.in (LIBS_SYSTEM): Set with configure, not cpp. | 8 | * Makefile.in (LIBS_SYSTEM): Set with configure, not cpp. |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 5f0fb6e671f..683a97393db 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -167,11 +167,6 @@ CPP_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) -DHAVE_CONFIG_H -I. -I../src | |||
| 167 | # ========================== start of cpp stuff ======================= | 167 | # ========================== start of cpp stuff ======================= |
| 168 | /* From here on, comments must be done in C syntax. */ | 168 | /* From here on, comments must be done in C syntax. */ |
| 169 | 169 | ||
| 170 | #ifdef MSDOS | ||
| 171 | #include "../src/config.h" | ||
| 172 | LIBS_SYSTEM = MSDOS_LIBS_SYSTEM | ||
| 173 | #endif | ||
| 174 | |||
| 175 | LOADLIBES=$(LIBS_SYSTEM) | 170 | LOADLIBES=$(LIBS_SYSTEM) |
| 176 | 171 | ||
| 177 | 172 | ||