diff options
| author | Richard M. Stallman | 1995-12-25 01:24:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-12-25 01:24:56 +0000 |
| commit | 46c0ddcfe2aa28333cae3ce67f7f3e2bcafdf684 (patch) | |
| tree | 58e75762f4f3caa4b1db7be0cafd3852193215c7 | |
| parent | 08741ba9ecde44fef5ad0af91c10c1c2c024bb0d (diff) | |
| download | emacs-46c0ddcfe2aa28333cae3ce67f7f3e2bcafdf684.tar.gz emacs-46c0ddcfe2aa28333cae3ce67f7f3e2bcafdf684.zip | |
(XOBJ, LIBXMENU, $(OLDXMENU), really-oldXMenu):
HAVE_X_MENU renamed to HAVE_MENUS.
| -rw-r--r-- | src/Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 241271a74fe..86a111e041e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -285,7 +285,7 @@ ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(TOOLKIT_DEFINES) $(MYCPPFLAG) -I. -I${srcdi | |||
| 285 | #endif | 285 | #endif |
| 286 | 286 | ||
| 287 | #ifdef HAVE_X_WINDOWS | 287 | #ifdef HAVE_X_WINDOWS |
| 288 | #ifdef HAVE_X_MENU | 288 | #ifdef HAVE_MENUS |
| 289 | 289 | ||
| 290 | /* Include xmenu.o in the list of X object files. */ | 290 | /* Include xmenu.o in the list of X object files. */ |
| 291 | XOBJ= xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o | 291 | XOBJ= xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o |
| @@ -305,13 +305,13 @@ LIBXMENU= $(OLDXMENU) | |||
| 305 | LIBXMENU= -lXMenu | 305 | LIBXMENU= -lXMenu |
| 306 | #endif /* not HAVE_X11 */ | 306 | #endif /* not HAVE_X11 */ |
| 307 | 307 | ||
| 308 | #else /* not HAVE_X_MENU */ | 308 | #else /* not HAVE_MENUS */ |
| 309 | 309 | ||
| 310 | /* Otherwise, omit xmenu.o from the list of X object files, and | 310 | /* Otherwise, omit xmenu.o from the list of X object files, and |
| 311 | don't worry about the menu library at all. */ | 311 | don't worry about the menu library at all. */ |
| 312 | XOBJ= xterm.o xfns.o xfaces.o xselect.o xrdb.o | 312 | XOBJ= xterm.o xfns.o xfaces.o xselect.o xrdb.o |
| 313 | LIBXMENU= | 313 | LIBXMENU= |
| 314 | #endif /* not HAVE_X_MENU */ | 314 | #endif /* not HAVE_MENUS */ |
| 315 | 315 | ||
| 316 | #ifdef USE_X_TOOLKIT | 316 | #ifdef USE_X_TOOLKIT |
| 317 | #define @X_TOOLKIT_TYPE@ | 317 | #define @X_TOOLKIT_TYPE@ |
| @@ -829,7 +829,7 @@ really-lwlib: | |||
| 829 | @true /* make -t should not create really-lwlib. */ | 829 | @true /* make -t should not create really-lwlib. */ |
| 830 | .PHONY: really-lwlib | 830 | .PHONY: really-lwlib |
| 831 | #else /* not USE_X_TOOLKIT */ | 831 | #else /* not USE_X_TOOLKIT */ |
| 832 | #ifdef HAVE_X_MENU | 832 | #ifdef HAVE_MENUS |
| 833 | $(OLDXMENU): really-oldXMenu | 833 | $(OLDXMENU): really-oldXMenu |
| 834 | 834 | ||
| 835 | /* Encode the values of these two macros in Make variables, | 835 | /* Encode the values of these two macros in Make variables, |
| @@ -851,7 +851,7 @@ really-oldXMenu: | |||
| 851 | "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)" | 851 | "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)" |
| 852 | @true /* make -t should not create really-oldXMenu. */ | 852 | @true /* make -t should not create really-oldXMenu. */ |
| 853 | .PHONY: really-oldXMenu | 853 | .PHONY: really-oldXMenu |
| 854 | #endif /* HAVE_X_MENU */ | 854 | #endif /* HAVE_MENUS */ |
| 855 | #endif /* not USE_X_TOOLKIT */ | 855 | #endif /* not USE_X_TOOLKIT */ |
| 856 | #endif /* HAVE_X11 */ | 856 | #endif /* HAVE_X11 */ |
| 857 | #endif /* HAVE_X_WINDOWS */ | 857 | #endif /* HAVE_X_WINDOWS */ |