renamed aux to auxies to avoid problems in Cygwin due to the file name AUX reserved by Windows

This commit is contained in:
Rolf-Thomas Happe 2004-04-21 00:52:23 +00:00
parent 2fc483f7e3
commit 96a8060636
3 changed files with 2 additions and 2 deletions

View File

@ -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?)

View File

@ -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)