Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment