(every #'(lambda (c) (typep c 'compiled-file)) (module-components c)))
(defmethod component-relative-pathname ((component compiled-file))
- (compile-file-pathname
- (coerce-pathname
- (or (slot-value component 'relative-pathname)
- (component-name component))
- :type *fasl-type*)))
+ (coerce-pathname
+ (or (slot-value component 'relative-pathname)
+ (component-name component))
+ :type *fasl-type*
+ :defaults (component-parent-pathname component)))
(defmethod output-files (o (c compiled-file))
(declare (ignore o c))