diff --git a/tools/worldcom.lisp b/tools/worldcom.lisp
index d7731b4ed72c1f992b9b52eb759f1f0d2c156f60..5d61dc5b45d7390e3cfce24b0736d0cd94689902 100644
--- a/tools/worldcom.lisp
+++ b/tools/worldcom.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.41 1992/06/12 04:00:49 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldcom.lisp,v 1.42 1992/06/12 05:41:05 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -101,10 +101,10 @@
 (comf "target:code/mipsstrops")
 
 (comf "target:code/unix")
-(when (target-featurep :mach)
+(when (c:backend-featurep :mach)
   (comf "target:code/mach")
   (comf "target:code/mach-os"))
-(when (target-featurep :sunos)
+(when (c:backend-featurep :sunos)
   (comf "target:code/sunos-os"))
 
 (when (c:backend-featurep :pmax)