chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e33ea30
)
src/sod.asd: Fix another missing dependency.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 29 Aug 2015 12:20:28 +0000
(13:20 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 29 Aug 2015 12:20:28 +0000
(13:20 +0100)
src/sod.asd
patch
|
blob
|
blame
|
history
diff --git
a/src/sod.asd
b/src/sod.asd
index 986615f5aaabf5a2d42ec39924b640dcd2c30fbb..9ff5d1bfd133a218e5f65a5a07b7b776c761e586 100644
(file)
--- a/
src/sod.asd
+++ b/
src/sod.asd
@@
-156,7
+156,7
@@
(:file "class-finalize-impl" :depends-on ("class-finalize-proto"))
;; Method generation.
- (:file "method-proto" :depends-on ("class-
utilities
"))
+ (:file "method-proto" :depends-on ("class-
make-proto
"))
(:file "method-impl" :depends-on ("method-proto"))
;; Class output.