From 103dc401c04e523338b9279f76225561851c1316 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Sun, 30 Oct 1994 21:04:29 +0000
Subject: [PATCH] Compile PCL before CLX, since it now depends on it.

---
 tools/compile-all | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/compile-all b/tools/compile-all
index f3bf0ab7c..1e6de096c 100755
--- a/tools/compile-all
+++ b/tools/compile-all
@@ -2,7 +2,7 @@
 #
 #  compile-all -- script to compile everything
 #
-# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/compile-all,v 1.15 1994/10/27 16:58:21 ram Exp $
+# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/Attic/compile-all,v 1.16 1994/10/30 21:04:29 ram Exp $
 
 set features = ()
 set misfeatures = ()
@@ -190,9 +190,9 @@ EOF
 
 set sysinfo = ("code worldcom"\
 	       "compiler comcom"\
+	       "pcl pclcom"\
 	       "clx clxcom"\
 	       "hemlock hemcom"\
-	       "pcl pclcom"\
                "clm clmcom"\
 	       "genesis worldbuild")
 
-- 
GitLab