changeset 9203:3e723aa945eb

(LDFLAGS): New variable. (LIBX): Use LDFLAGS.
author Richard M. Stallman <rms@gnu.org>
date Sat, 01 Oct 1994 04:42:45 +0000
parents 92d6de82426a
children b4a3df418045
files src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Sat Oct 01 04:36:28 1994 +0000
+++ b/src/Makefile.in	Sat Oct 01 04:42:45 1994 +0000
@@ -333,7 +333,8 @@
 #ifdef HAVE_X11
 /* LD_SWITCH_X_DEFAULT comes after everything else that specifies
    options for where to find X libraries, but before those libraries.  */
-LIBX= $(LIBXMENU) LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
+X11_LDFLAGS = LD_SWITCH_X_SITE LD_SWITCH_X_DEFAULT
+LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
 #else /* not HAVE_X11 */
 LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM
 #endif /* not HAVE_X11 */