diff --git a/bundle.lisp b/bundle.lisp
index fe020bf359837838014378d84047bc9ff1dcee45..2ab25604483741494a14d0687cd316b011cf3566 100644
--- a/bundle.lisp
+++ b/bundle.lisp
@@ -87,7 +87,7 @@ itself.")) ;; operation on a system and its dependencies
     ((selfward-operation :initform '(prepare-fasl-op #+ecl lib-op) :allocation :class)))
 
   (defclass load-fasl-op (basic-load-op selfward-operation)
-    ((selfward-operation :initform '(prepare-op fasl-op) :allocation :class)))
+    ((selfward-operation :initform '(prepare-fasl-op fasl-op) :allocation :class)))
 
   ;; NB: since the monolithic-op's can't be sideway-operation's,
   ;; if we wanted lib-op, dll-op, deliver-asd-op to be sideway-operation's,