Rearrange the definitions comprising X_LIB so that they can be used to
authorChris Hanson <org/chris-hanson/cph>
Thu, 3 Aug 1989 19:52:19 +0000 (19:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 3 Aug 1989 19:52:19 +0000 (19:52 +0000)
fix the Ultrix -lX11 bug.

v7/src/microcode/unxutl/ymkfile

index d729da837060c9c2478d5735a9a59eaff08363bf..e05c0c8035ff985f79cb04a6f28b29310d819aeb 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-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
 
@@ -130,7 +130,7 @@ MIT in each case. */
 #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