From: Chris Hanson Date: Thu, 3 Aug 1989 19:52:19 +0000 (+0000) Subject: Rearrange the definitions comprising X_LIB so that they can be used to X-Git-Tag: 20090517-FFI~11899 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9f1aa937d679d989af4fb4808db9cc8bd17b73cf;p=mit-scheme.git Rearrange the definitions comprising X_LIB so that they can be used to fix the Ultrix -lX11 bug. --- 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