aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 32044fc167b..296c468f2ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-05-08 Glenn Morris <rgm@gnu.org> 12010-05-08 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
4
3 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp. 5 * Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
4 (TERMCAP_OBJ): New, set by configure, replacing termcapobj. 6 (TERMCAP_OBJ): New, set by configure, replacing termcapobj.
5 (termcapobj): Replace with TERMCAP_OBJ. 7 (termcapobj): Replace with TERMCAP_OBJ.
diff --git a/src/Makefile.in b/src/Makefile.in
index 40ede77078b..f956d03e337 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -170,7 +170,6 @@ START_FILES = @START_FILES@
170/* just to be sure the sh is used */ 170/* just to be sure the sh is used */
171SHELL=/bin/sh 171SHELL=/bin/sh
172 172
173#define THIS_IS_MAKEFILE
174#define NOT_C_CODE 173#define NOT_C_CODE
175#include "config.h" 174#include "config.h"
176 175