[cl-enumeration-cvs] CVS enumerations
Update of /project/cl-enumeration/cvsroot/enumerations In directory cl-net:/tmp/cvs-serv8040 Modified Files: enumerations.asd Log Message: Minor change to make sure that ASDF does not bomb. --- /project/cl-enumeration/cvsroot/enumerations/enumerations.asd 2010/12/08 15:36:30 1.1 +++ /project/cl-enumeration/cvsroot/enumerations/enumerations.asd 2010/12/08 15:47:50 1.2 @@ -4,7 +4,7 @@ (defsystem :cl-enumerations ;; :source-pathname "" - :components ("enumerations-pkg" + :components ((:file "enumerations-pkg") (:file "enumerations" :depends-on ("enumerations-pkg")) (:file "sequence-enumeration" :depends-on ("enumerations-pkg")) (:file "list-enumerations" :depends-on ("sequence-enumeration"))
participants (1)
-
mantoniotti