renamed aux to auxies to avoid problems in Cygwin due to the file name AUX reserved by Windows
This commit is contained in:
parent
2fc483f7e3
commit
96a8060636
|
@ -104,7 +104,7 @@
|
||||||
scheme-with-scsh ; error-output-port
|
scheme-with-scsh ; error-output-port
|
||||||
)
|
)
|
||||||
(for-syntax (open scheme))
|
(for-syntax (open scheme))
|
||||||
(files aux))
|
(files auxies))
|
||||||
|
|
||||||
(define-structure ersatz-srfi-4 ersatz-srfi-4-face
|
(define-structure ersatz-srfi-4 ersatz-srfi-4-face
|
||||||
(open (modify scheme (alias (vector? u8vector?)
|
(open (modify scheme (alias (vector? u8vector?)
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
(install-file "NEWS" 'doc)
|
(install-file "NEWS" 'doc)
|
||||||
(install-string (COPYING) "COPYING" 'doc)
|
(install-string (COPYING) "COPYING" 'doc)
|
||||||
(install-file "packages.scm" 'scheme)
|
(install-file "packages.scm" 'scheme)
|
||||||
(install-file "aux.scm" 'scheme)
|
(install-file "auxies.scm" 'scheme)
|
||||||
(install-file "tiff-prober.scm" 'scheme)
|
(install-file "tiff-prober.scm" 'scheme)
|
||||||
(install-file "vtiff.scm" 'scheme)
|
(install-file "vtiff.scm" 'scheme)
|
||||||
(install-file "endian.scm" 'scheme)
|
(install-file "endian.scm" 'scheme)
|
||||||
|
|
Loading…
Reference in New Issue