From 9f1aa937d679d989af4fb4808db9cc8bd17b73cf Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 3 Aug 1989 19:52:19 +0000 Subject: [PATCH] Rearrange the definitions comprising X_LIB so that they can be used to fix the Ultrix -lX11 bug. --- v7/src/microcode/unxutl/ymkfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index d729da837..e05c0c803 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -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 -- 2.25.1