common-lisp.net
/
projects/asdf/asdf-contrib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
48336b0
)
Fix build.xcvb: asdf-condition-control is part of xcvb.
author
Francois-Rene Rideau
<tunes@google.com>
Thu, 31 May 2012 21:20:28 +0000 (17:20 -0400)
committer
Francois-Rene Rideau
<tunes@google.com>
Thu, 31 May 2012 21:20:28 +0000 (17:20 -0400)
build.xcvb
patch
|
blob
|
blame
|
history
diff --git
a/build.xcvb
b/build.xcvb
index
375f6ba
..
e364e9e
100644
(file)
--- a/
build.xcvb
+++ b/
build.xcvb
@@
-1,5
+1,5
@@
;;-*- Lisp -*-
(module
(:fullname "asdf-contrib"
- :build-depends-on ("/asdf" "/asdf-encodings" "/asdf-bundle" "/asdf-condition-control")
+ :build-depends-on ("/asdf" "/asdf-encodings" "/asdf-bundle" "/xcvb/asdf-condition-control")
:supersedes-asdf ("asdf-contrib")))