From: Glenn Morris Date: Sun, 16 May 2010 00:21:58 +0000 (-0700) Subject: * src/Makefile.in (LIBX_OTHER): Move out of cpp section. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~208^2~33 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a95f0e78ca60d58d41aa3224b6912393a98ca1f;p=emacs.git * src/Makefile.in (LIBX_OTHER): Move out of cpp section. --- diff --git a/src/ChangeLog b/src/ChangeLog index 90d089db9cd..3ead531896c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2010-05-16 Glenn Morris + * Makefile.in (LIBX_OTHER): Move out of cpp section. + * Makefile.in (LIBXT): Always define. 2010-05-15 Glenn Morris diff --git a/src/Makefile.in b/src/Makefile.in index 6031e159da8..61e2fbb671c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -190,6 +190,9 @@ TOOLKIT_LIBW=@TOOLKIT_LIBW@ ## Only used if HAVE_X11, in LIBX_OTHER. LIBXT=$(TOOLKIT_LIBW) $(LIBXT_OTHER) +## If HAVE_X11, $(LIBXT) $(LIBX_EXTRA), else empty. +LIBX_OTHER=@LIBX_OTHER@ + LIBSOUND= @LIBSOUND@ CFLAGS_SOUND= @CFLAGS_SOUND@ @@ -311,9 +314,6 @@ ALL_OBJC_CFLAGS=$(ALL_CFLAGS) $(GNU_OBJC_CFLAGS) LIBX_BASE=$(LIBXMENU) $(LD_SWITCH_X_SITE) #endif /* HAVE_X_WINDOWS */ -/* If HAVE_X11, $(LIBXT) $(LIBX_EXTRA), else empty. */ -LIBX_OTHER=@LIBX_OTHER@ - /* A macro which other sections of Makefile can redefine to munge the flags before they are passed to LD. This is helpful if you have redefined LD to something odd, like "gcc".