diff --git a/asdf-support.lisp b/asdf-support.lisp index adfd7c79bda53bad40511481fd414a49065ca27b..a7a032cb54bf26a0b58c12a95de1f4ceb6c2fbc7 100644 --- a/asdf-support.lisp +++ b/asdf-support.lisp @@ -186,7 +186,7 @@ (nconc (proto-imported-schemas schema) (list imported))) (return-from import-one)) (dolist (path search-path (error "Could not import ~S" import)) - (let* ((base-path (asdf:merge-pathnames* import path)) + (let* ((base-path (asdf::merge-pathnames* import path)) (proto-file (make-pathname :name import-name :type "proto" :defaults base-path)) (lisp-file (if output-path