common-lisp.net
/
users/frideau/fare-matcher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a2a3626
)
Teach the build.xcvb about xcvb-utils.
author
Francois-Rene Rideau
<fare@tunes.org>
Thu, 2 Aug 2012 02:35:49 +0000 (22:35 -0400)
committer
Francois-Rene Rideau
<fare@tunes.org>
Thu, 2 Aug 2012 02:35:49 +0000 (22:35 -0400)
build.xcvb
patch
|
blob
|
blame
|
history
diff --git
a/build.xcvb
b/build.xcvb
index
34a5b95
..
31824be
100644
(file)
--- a/
build.xcvb
+++ b/
build.xcvb
@@
-1,12
+1,9
@@
#+xcvb
(module
- (:fullname
- "fare-matcher"
+ (:fullname "fare-matcher"
:depends-on
("packages" "matcher"
"quasiquote" "pp-quasiquote" "quasiquote-readtable"
"clos-match" "mrd-extensions")
- :build-depends-on
- ("fare-utils")
- :supersedes-asdf
- ("fare-matcher" "fare-quasiquote-readtable")))
+ :build-depends-on ("/xcvb/xcvb-utils")
+ :supersedes-asdf ("fare-matcher" "fare-quasiquote-readtable")))