diff --git a/contrib/debug-plan.lisp b/contrib/debug-plan.lisp index a2378f9af5c221a2917b917e0dc8ed8bedbb370c..f488b289409090bc6f65236a37c391c7c9c4987d 100644 --- a/contrib/debug-plan.lisp +++ b/contrib/debug-plan.lisp @@ -1,3 +1,5 @@ +(defpackage :asdf/contrib/plan (:use :cl)) ;; dummy, for use as package-inferred-system + (in-package :asdf/plan) ;; NB: Whenever compute-action-stamp is changed, this file must be updated @@ -45,7 +47,7 @@ (action-path (make-action do dc)))) status) (t - (DBG "compute-action-stamp: forced by out of date dependency" (action-path (make-action o c)) action-status) + (DBG "compute-action-stamp: forced by out of date dependency" (action-path (make-action o c)) (action-path (make-action do dc)) action-status) (return (values nil nil)))))) +status-good+)) (dep-stamp (status-stamp dep-status)))