Mercurial > emacs
changeset 13846:398b490f2df2
(XOBJ, LIBXMENU, $(OLDXMENU), really-oldXMenu):
HAVE_X_MENU renamed to HAVE_MENUS.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 25 Dec 1995 01:24:56 +0000 |
parents | e6b5e975dfa2 |
children | 36556403b62b |
files | src/Makefile.in |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Mon Dec 25 01:23:18 1995 +0000 +++ b/src/Makefile.in Mon Dec 25 01:24:56 1995 +0000 @@ -285,7 +285,7 @@ #endif #ifdef HAVE_X_WINDOWS -#ifdef HAVE_X_MENU +#ifdef HAVE_MENUS /* Include xmenu.o in the list of X object files. */ XOBJ= xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o @@ -305,13 +305,13 @@ LIBXMENU= -lXMenu #endif /* not HAVE_X11 */ -#else /* not HAVE_X_MENU */ +#else /* not HAVE_MENUS */ /* Otherwise, omit xmenu.o from the list of X object files, and don't worry about the menu library at all. */ XOBJ= xterm.o xfns.o xfaces.o xselect.o xrdb.o LIBXMENU= -#endif /* not HAVE_X_MENU */ +#endif /* not HAVE_MENUS */ #ifdef USE_X_TOOLKIT #define @X_TOOLKIT_TYPE@ @@ -829,7 +829,7 @@ @true /* make -t should not create really-lwlib. */ .PHONY: really-lwlib #else /* not USE_X_TOOLKIT */ -#ifdef HAVE_X_MENU +#ifdef HAVE_MENUS $(OLDXMENU): really-oldXMenu /* Encode the values of these two macros in Make variables, @@ -851,7 +851,7 @@ "C_SWITCH_SYSTEM=$(C_SWITCH_SYSTEM_1)" @true /* make -t should not create really-oldXMenu. */ .PHONY: really-oldXMenu -#endif /* HAVE_X_MENU */ +#endif /* HAVE_MENUS */ #endif /* not USE_X_TOOLKIT */ #endif /* HAVE_X11 */ #endif /* HAVE_X_WINDOWS */