From dff0db2cf4cf47b87ad30f1490e03554db6b0be2 Mon Sep 17 00:00:00 2001
From: Jean-Claude Beaudoin <jean.claude.beaudoin@gmail.com>
Date: Wed, 19 Nov 2014 03:57:00 -0500
Subject: [PATCH] On mkcl, no need to manually load COMPILER anymore,
 dependency on UIOP provides it properly now.

---
 test/hello-world-example.asd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/hello-world-example.asd b/test/hello-world-example.asd
index 446fa9b..4efafb1 100644
--- a/test/hello-world-example.asd
+++ b/test/hello-world-example.asd
@@ -6,7 +6,7 @@
      :depends-on (:uiop)
      :components ((:file "hello"))
      #+mkcl
-     ,@`(:prefix-lisp-object-files (,(namestring (truename (translate-logical-pathname #P"SYS:cmp.a"))))
+     ,@`(;;:prefix-lisp-object-files (,(namestring (truename (translate-logical-pathname #P"SYS:cmp.a"))))
          :extra-build-args ,(or #-windows '(:use-mkcl-shared-libraries nil))
          :class program-system
          :epilogue-code (progn
-- 
1.7.9.5

