common-lisp.net
/
projects/asdf/asdf-encodings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
16b67c7
)
Add missing dependency on ASDF in build.xcvb
author
Francois-Rene Rideau
<fare@tunes.org>
Sun, 22 Apr 2012 00:21:35 +0000 (20:21 -0400)
committer
Francois-Rene Rideau
<fare@tunes.org>
Sun, 22 Apr 2012 00:21:35 +0000 (20:21 -0400)
build.xcvb
patch
|
blob
|
blame
|
history
diff --git
a/build.xcvb
b/build.xcvb
index
3948a72
..
431a23f
100644
(file)
--- a/
build.xcvb
+++ b/
build.xcvb
@@
-2,5
+2,6
@@
#+xcvb
(module
(:fullname "asdf-encodings"
+ :build-depends-on ((:build "/asdf"))
:depends-on ("initialization")
:supersedes-asdf ("asdf-encodings")))