Remove unused Makefile definition THIS_IS_MAKEFILE.

* src/Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
* lib-sc/Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
* admin/CPP-DEFINES (THIS_IS_MAKEFILE): Remove.
This commit is contained in:
Glenn Morris 2010-05-07 19:11:06 -07:00
parent 40c178792e
commit 7b42b29f3d
5 changed files with 6 additions and 5 deletions

View file

@ -216,7 +216,6 @@ IS_DIRECTORY_SEP
KERNEL_FILE
LDAV_SYMBOL
LIBS_SYSTEM
LIBS_TERMCAP
LIBXMU
LINKER
LINUX_VERSION_CODE
@ -279,10 +278,8 @@ SYSV_SYSTEM_DIR
TAB3
TABDLY
TERM
TERMINFO
TEXT_START
THIS_IS_CONFIGURE
THIS_IS_MAKEFILE
TIME_WITH_SYS_TIME
TIOCSIGSEND
TM_IN_SYS_TIME

View file

@ -1,3 +1,7 @@
2010-05-08 Glenn Morris <rgm@gnu.org>
* Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
2010-05-06 Glenn Morris <rgm@gnu.org>
* Makefile.in: Minimize blessmail-related cpp usage.

View file

@ -164,7 +164,6 @@ CPP_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) -DHAVE_CONFIG_H -I. -I../src
# ========================== start of cpp stuff =======================
/* From here on, comments must be done in C syntax. */
#define THIS_IS_MAKEFILE
#define NOT_C_CODE
#include "../src/config.h"

View file

@ -1,5 +1,7 @@
2010-05-08 Glenn Morris <rgm@gnu.org>
* Makefile.in (THIS_IS_MAKEFILE): Remove, unused.
* Makefile.in (LIBS_TERMCAP): Set with configure, not cpp.
(TERMCAP_OBJ): New, set by configure, replacing termcapobj.
(termcapobj): Replace with TERMCAP_OBJ.

View file

@ -170,7 +170,6 @@ START_FILES = @START_FILES@
/* just to be sure the sh is used */
SHELL=/bin/sh
#define THIS_IS_MAKEFILE
#define NOT_C_CODE
#include "config.h"