diff options
| author | Glenn Morris | 2010-05-07 19:11:06 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-07 19:11:06 -0700 |
| commit | 7b42b29f3d083ddbbc2588f210d62ae7bc9cf342 (patch) | |
| tree | 45138b44b4a73eb2d05609df66a69b4ff48a2831 /lib-src/Makefile.in | |
| parent | 40c178792eb1464abede4fd86d3bb394f49e3131 (diff) | |
| download | emacs-7b42b29f3d083ddbbc2588f210d62ae7bc9cf342.tar.gz emacs-7b42b29f3d083ddbbc2588f210d62ae7bc9cf342.zip | |
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.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
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 | ||