lib/sod-hosted.c (sod_makev): Use two statements rather than tricky expression.
[sod] / src / sod-frontend.asd.in
index 391c07c..d508bae 100644 (file)
@@ -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 --------------------------------------------------