[armedbear-cvs] r12300 - trunk/abcl
Mark Evenson
mevenson at common-lisp.net
Tue Dec 22 15:06:55 UTC 2009
Author: mevenson
Date: Tue Dec 22 10:06:50 2009
New Revision: 12300
Log:
Fix typo in ASDF dependencies for ABCL-TEST-LISP.
Modified:
trunk/abcl/abcl.asd
Modified: trunk/abcl/abcl.asd
==============================================================================
--- trunk/abcl/abcl.asd (original)
+++ trunk/abcl/abcl.asd Tue Dec 22 10:06:50 2009
@@ -49,7 +49,7 @@
(defsystem :abcl-test-lisp :version "1.0" :components
((:module abcl-rt :pathname "test/lisp/abcl/" :serial t :components
((:file "rt-package") (:file "rt")))
- (:module package :depends (abcl-rt)
+ (:module package :depends-on (abcl-rt)
:pathname "test/lisp/abcl/" :components
((:file "package")))))
More information about the armedbear-cvs
mailing list