* src/Makefile.in (LIBX_OTHER): Move out of cpp section.

This commit is contained in:
Glenn Morris 2010-05-15 17:21:58 -07:00
parent 676b630493
commit 8a95f0e78c
2 changed files with 5 additions and 3 deletions

View 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>

View 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".