projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e324cd3
)
Fix compile-system's dependencies option.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Fri, 10 Jun 2011 15:53:12 +0000
(08:53 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Fri, 10 Jun 2011 15:53:12 +0000
(08:53 -0700)
src/cref/butils.scm
patch
|
blob
|
history
diff --git
a/src/cref/butils.scm
b/src/cref/butils.scm
index e125a0e53545d12d41171845ce94458ba0fd8491..7f4e85f6d130e0015da991ae209ec683b6f37fe2 100644
(file)
--- a/
src/cref/butils.scm
+++ b/
src/cref/butils.scm
@@
-76,7
+76,7
@@
USA.
(->environment (package/name (file-package file))))
(define-integrable (file-dependencies file)
- (let ((entry (assoc
file
dependencies)))
+ (let ((entry (assoc
(->namestring file)
dependencies)))
(if entry (cdr entry) '())))
(for-each (lambda (file.deps)