diff --git a/tools/clmcom.lisp b/tools/clmcom.lisp
index 5073f87678b3d82e331f1e2b262bcb4d89bfbafc..c291237affa438cbadd3b0bdfbc781ffd671d07a 100644
--- a/tools/clmcom.lisp
+++ b/tools/clmcom.lisp
@@ -7,24 +7,22 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.6 1993/07/22 21:24:36 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/clmcom.lisp,v 1.7 1993/08/03 20:50:58 ram Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
 ;;; File for compiling the Motif toolkit and related interface
 ;;; stuff.
 ;;;
-
 (in-package "USER")
 
-#-clx
-;;; If CLX has not been loaded, but has been compiled, then load it.
+
+;;; If CLX and PCL have not been loaded, then load them.
 ;;;
-(when (probe-file (make-pathname :defaults "target:clx/clx-library"
-				 :type (c:backend-fasl-file-type c:*backend*)))
-  (load "target:clx/clx-library"))
+#-clx(load "target:clx/clx-library")
+#-pcl(load "target:pcl/pclload")
 
-(pushnew :motif-toolkit *features*)
+(pushnew :motif *features*)
 
 (with-compiler-log-file
     ("target:compile-motif.log"