# HG changeset patch # User Glenn Morris # Date 1273961749 25200 # Node ID a32b146e01b59a32e01e059d2f73f58fb6591891 # Parent 4cbe9b411630734918fda9180d89b0143dcfc90d src/Makefile.in (OLDXMENU): Move out of cpp section. diff -r 4cbe9b411630 -r a32b146e01b5 src/Makefile.in --- 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)