]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/Makefile.in (LIBX_OTHER): Move out of cpp section.
authorGlenn Morris <rgm@gnu.org>
Sun, 16 May 2010 00:21:58 +0000 (17:21 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 16 May 2010 00:21:58 +0000 (17:21 -0700)
src/ChangeLog
src/Makefile.in

index 90d089db9cd2b3516f6c96e0ebb39a19c0d02ca5..3ead531896c03e7ee39d7926a059bb21a646e7e2 100644 (file)
@@ -1,5 +1,7 @@
 2010-05-16  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (LIBX_OTHER): Move out of cpp section.
+
        * Makefile.in (LIBXT): Always define.
 
 2010-05-15  Glenn Morris  <rgm@gnu.org>
index 6031e159da80d8f06a36f07b7159c32992a045b6..61e2fbb671ce224a210f689eb05672123b64aa0b 100644 (file)
@@ -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".