X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/e0808c472145fc81e52898bc9ac289e10c4f4f41..e895be217c3be6769708da17c9ae87cb22db040e:/src/sod-frontend.asd.in diff --git a/src/sod-frontend.asd.in b/src/sod-frontend.asd.in index 391c07c..d508bae 100644 --- a/src/sod-frontend.asd.in +++ b/src/sod-frontend.asd.in @@ -29,7 +29,7 @@ (cl:in-package #:sod-frontend-sysdef) -#|@-auto-@|# (load "auto.lisp") +#|@-auto-@|# (load (merge-pathnames "auto.lisp" *load-pathname*)) ;;;-------------------------------------------------------------------------- ;;; Definition. @@ -56,7 +56,6 @@ :depends-on ("cl-launch" "sod") :components - ((:file "optparse") - (:file "frontend" :depends-on ("optparse")))) + ((:file "frontend"))) ;;;----- That's all, folks --------------------------------------------------