fix the Ultrix -lX11 bug.
/* -*-C-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.7 1989/07/27 08:19:55 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.8 1989/08/03 19:52:19 cph Exp $
Copyright (c) 1989 Massachusetts Institute of Technology
#ifdef HAVE_X_WINDOWS
X_SOURCES = x11base.c x11term.c x11graph.c
X_OBJECTS = x11base.o x11term.o x11graph.o
-X_LIB = -lX11 LIBX11_MACHINE LIBX11_SYSTEM
+X_LIB = LIBX11_MACHINE LIBX11_SYSTEM -lX11
#endif /* HAVE_X_WINDOWS */
#ifdef HAVE_STARBASE_GRAPHICS