[Lisppaste-cvs] CVS update: lisppaste2/lisppaste.asd

Brian Mastenbrook bmastenbrook at common-lisp.net
Tue Mar 9 14:16:22 UTC 2004


Update of /project/lisppaste/cvsroot/lisppaste2
In directory common-lisp.net:/tmp/cvs-serv16480

Modified Files:
	lisppaste.asd 
Log Message:
gah, stupid dependencies

Date: Tue Mar  9 09:16:22 2004
Author: bmastenbrook

Index: lisppaste2/lisppaste.asd
diff -u lisppaste2/lisppaste.asd:1.7 lisppaste2/lisppaste.asd:1.8
--- lisppaste2/lisppaste.asd:1.7	Sun Mar  7 13:16:27 2004
+++ lisppaste2/lisppaste.asd	Tue Mar  9 09:16:21 2004
@@ -1,5 +1,5 @@
 ;;;; Silly emacs, this is -*- Lisp -*-
-;;;; $Id: lisppaste.asd,v 1.7 2004/03/07 18:16:27 bmastenbrook Exp $
+;;;; $Id: lisppaste.asd,v 1.8 2004/03/09 14:16:21 bmastenbrook Exp $
 ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/lisppaste.asd,v $
 
 ;;;; See the LICENSE file for licensing information.
@@ -30,6 +30,6 @@
                  (:file "lisppaste"
                         :depends-on ("variable"))
                  (:file "web-server"
-                        :depends-on ("encode-for-pre" "web-server"))
+                        :depends-on ("encode-for-pre" "lisppaste"))
                  (:file "persistent-pastes"
                         :depends-on ("web-server"))))





More information about the Lisppaste-cvs mailing list