Mercurial > emacs
changeset 108611:a32b146e01b5
src/Makefile.in (OLDXMENU): Move out of cpp section.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 15 May 2010 15:15:49 -0700 |
parents | 4cbe9b411630 |
children | 60489ff8b450 |
files | src/Makefile.in |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sat May 15 15:01:22 2010 -0700 +++ b/src/Makefile.in Sat May 15 15:15:49 2010 -0700 @@ -172,6 +172,11 @@ ## really-lwlib if USE_X_TOOLKIT, else really-oldxmenu. OLDXMENU_TARGET=@OLDXMENU_TARGET@ +## If !HAVE_X11 || USE_GTK, empty. +## Else if USE_X_TOOLKIT, ${lwlibdir}liblw.a. +## Else ${oldXMenudir}libXMenu11.a. +OLDXMENU=@OLDXMENU@ + XMENU_OBJ=@XMENU_OBJ@ XOBJ=@XOBJ@ @@ -294,11 +299,6 @@ #endif $(CC) -c $(CPPFLAGS) $(ALL_OBJC_CFLAGS) $< -/* If !HAVE_X11 || USE_GTK, empty. - Else if USE_X_TOOLKIT, ${lwlibdir}liblw.a. - Else ${oldXMenudir}libXMenu11.a. */ -OLDXMENU=@OLDXMENU@ - #ifdef HAVE_X_WINDOWS LIBXMENU=@LIBXMENU@ LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER)