From c825903568d729f994eff2e9c0668292af686d0e Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Wed, 22 Jan 2014 17:24:16 +0100 Subject: [PATCH] Make IOLIB/GROVEL:PROCESS-OP an ASDF:DOWNWARD-OPERATION --- src/grovel/asdf.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/grovel/asdf.lisp b/src/grovel/asdf.lisp index b16b7df..27bc325 100644 --- a/src/grovel/asdf.lisp +++ b/src/grovel/asdf.lisp @@ -45,7 +45,7 @@ (call-next-method))) (eval-when (:compile-toplevel :load-toplevel :execute) - (defclass process-op (asdf:operation) + (defclass process-op (asdf:downward-operation) () (:documentation "This ASDF operation performs the steps necessary to generate a compilable and loadable lisp file from a -- 2.11.4.GIT