Commit 38a8af31 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix load-fasl-op to use prepare-fasl-op, not prepare-op (which would defeat the purpose).

parent ac8dd122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,