From c0b0aed52007b3d735012376504e2db3691e0bc7 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 15 May 2010 15:15:49 -0700 Subject: [PATCH] src/Makefile.in (OLDXMENU): Move out of cpp section. --- src/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 50411c1b118..752a1f6d4e9 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -172,6 +172,11 @@ LIBXT_OTHER=@LIBXT_OTHER@ ## 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 @@ ALL_OBJC_CFLAGS=$(ALL_CFLAGS) $(GNU_OBJC_CFLAGS) #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) -- 2.39.5