diff options
| author | Dan Nicolaescu | 2010-04-23 15:28:10 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-23 15:28:10 -0700 |
| commit | e769f484f52186e0b6bd19484e8e9c829a0bafd4 (patch) | |
| tree | 09c9a69e3016a36c5ed6c8b8ca3fab0fb9344e66 /src | |
| parent | 4196ff33d3a754ad32ec923f3246c936e55cecce (diff) | |
| download | emacs-e769f484f52186e0b6bd19484e8e9c829a0bafd4.tar.gz emacs-e769f484f52186e0b6bd19484e8e9c829a0bafd4.zip | |
* Makefile.in: Remove C_SWITCH_X_MACHINE, unused.
* Makefile.in (ALL_CFLAGS): Remove C_SWITCH_X_MACHINE, unused.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 11 |
2 files changed, 4 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7a7fd00446e..9913605316d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * Makefile.in: Remove C_SWITCH_X_MACHINE, unused. | ||
| 4 | |||
| 3 | * s/cygwin.h (LIBS_DEBUG): Remove, unused. | 5 | * s/cygwin.h (LIBS_DEBUG): Remove, unused. |
| 4 | 6 | ||
| 5 | Remove redundant flags. | 7 | Remove redundant flags. |
diff --git a/src/Makefile.in b/src/Makefile.in index e6f64651b72..35f7c049165 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -197,10 +197,6 @@ DEPFLAGS = -MMD -MF deps/$*.d | |||
| 197 | #endif | 197 | #endif |
| 198 | 198 | ||
| 199 | /* These macros are for switches specifically related to X Windows. */ | 199 | /* These macros are for switches specifically related to X Windows. */ |
| 200 | #ifndef C_SWITCH_X_MACHINE | ||
| 201 | #define C_SWITCH_X_MACHINE | ||
| 202 | #endif | ||
| 203 | |||
| 204 | #ifndef C_SWITCH_X_SYSTEM | 200 | #ifndef C_SWITCH_X_SYSTEM |
| 205 | #define C_SWITCH_X_SYSTEM | 201 | #define C_SWITCH_X_SYSTEM |
| 206 | #endif | 202 | #endif |
| @@ -240,9 +236,9 @@ shared=no | |||
| 240 | #undef C_SWITCH_SYSTEM | 236 | #undef C_SWITCH_SYSTEM |
| 241 | #undef C_SWITCH_X_SITE | 237 | #undef C_SWITCH_X_SITE |
| 242 | 238 | ||
| 243 | /* C_SWITCH_X_SITE must come before C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM | 239 | /* C_SWITCH_X_SITE must come before C_SWITCH_X_SYSTEM |
| 244 | since it may have -I options that should override those two. */ | 240 | since it may have -I options that should override those two. */ |
| 245 | ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} $(C_SWITCH_MACHINE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) C_SWITCH_X_MACHINE C_SWITCH_X_SYSTEM ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} @FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@ ${DEPFLAGS} | 241 | ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I${srcdir} $(C_SWITCH_MACHINE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) C_SWITCH_X_SYSTEM ${CFLAGS_SOUND} ${RSVG_CFLAGS} ${DBUS_CFLAGS} ${GCONF_CFLAGS} ${CFLAGS} @FREETYPE_CFLAGS@ @FONTCONFIG_CFLAGS@ @LIBOTF_CFLAGS@ @M17N_FLT_CFLAGS@ ${DEPFLAGS} |
| 246 | ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@ | 242 | ALL_OBJC_CFLAGS=$(ALL_CFLAGS) @GNU_OBJC_CFLAGS@ |
| 247 | 243 | ||
| 248 | .SUFFIXES: .m | 244 | .SUFFIXES: .m |
| @@ -868,7 +864,6 @@ stamp-oldxmenu: ${OLDXMENU} ../src/$(OLDXMENU) | |||
| 868 | 864 | ||
| 869 | /* Encode the values of these two macros in Make variables, | 865 | /* Encode the values of these two macros in Make variables, |
| 870 | so we can use $(...) to substitute their values within "...". */ | 866 | so we can use $(...) to substitute their values within "...". */ |
| 871 | C_SWITCH_X_MACHINE_1 = C_SWITCH_X_MACHINE | ||
| 872 | C_SWITCH_X_SYSTEM_1 = C_SWITCH_X_SYSTEM | 867 | C_SWITCH_X_SYSTEM_1 = C_SWITCH_X_SYSTEM |
| 873 | 868 | ||
| 874 | #ifdef USE_X_TOOLKIT | 869 | #ifdef USE_X_TOOLKIT |
| @@ -877,7 +872,6 @@ $(OLDXMENU): really-lwlib | |||
| 877 | really-lwlib: | 872 | really-lwlib: |
| 878 | cd ${lwlibdir}; ${MAKE} ${MFLAGS} \ | 873 | cd ${lwlibdir}; ${MAKE} ${MFLAGS} \ |
| 879 | CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ | 874 | CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ |
| 880 | "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \ | ||
| 881 | "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" | 875 | "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" |
| 882 | @true /* make -t should not create really-lwlib. */ | 876 | @true /* make -t should not create really-lwlib. */ |
| 883 | .PHONY: really-lwlib | 877 | .PHONY: really-lwlib |
| @@ -887,7 +881,6 @@ $(OLDXMENU): really-oldXMenu | |||
| 887 | really-oldXMenu: | 881 | really-oldXMenu: |
| 888 | cd ${oldXMenudir}; ${MAKE} ${MFLAGS} \ | 882 | cd ${oldXMenudir}; ${MAKE} ${MFLAGS} \ |
| 889 | CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ | 883 | CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ |
| 890 | "C_SWITCH_X_MACHINE=$(C_SWITCH_X_MACHINE_1)" \ | ||
| 891 | "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" | 884 | "C_SWITCH_X_SYSTEM=$(C_SWITCH_X_SYSTEM_1)" |
| 892 | @true /* make -t should not create really-oldXMenu. */ | 885 | @true /* make -t should not create really-oldXMenu. */ |
| 893 | .PHONY: really-oldXMenu | 886 | .PHONY: really-oldXMenu |