fix `raco make --no-deps'

original commit: b87a7c0ec9
This commit is contained in:
Matthew Flatt 2011-12-13 06:13:02 -07:00
parent 1963cc91b7
commit cd5e01e03c

View File

@ -47,7 +47,6 @@
,(if (assume-primitives)
'(void)
'(namespace-require/copy 'scheme))
(require compiler/cffi)
,@(map (lambda (s) `(load ,s)) (prefixes))
(void))])
((compile-zos prefix #:verbose? (verbose))