~ chicken-core (chicken-5) 6e084960e18f4d332d4fc31538126bd01573a116
commit 6e084960e18f4d332d4fc31538126bd01573a116 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Mon Dec 20 04:48:53 2010 -0500 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Mon Dec 20 04:48:53 2010 -0500 mingw/msys makefiles fixes diff --git a/Makefile.mingw b/Makefile.mingw index 97ae9ffa..67c2d354 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -109,7 +109,6 @@ chicken-config.h: chicken-defaults.h echo #define HAVE_WINDOWS_H 1 >>$@ echo #define HAVE__STRTOI64 1 >>$@ echo #define STDC_HEADERS 1 >>$@ - echo #define HAVE_ALLOCA_H 1 >>$@ echo #define HAVE_DIRECT_H 1 >>$@ echo #define HAVE_ERRNO_H 1 >>$@ echo #define HAVE_GCVT 1 >>$@ diff --git a/Makefile.mingw-msys b/Makefile.mingw-msys index 13927528..6e3bc1e0 100644 --- a/Makefile.mingw-msys +++ b/Makefile.mingw-msys @@ -107,7 +107,6 @@ chicken-config.h: chicken-defaults.h echo "#define HAVE_WINDOWS_H 1" >>$@ echo "#define HAVE__STRTOI64 1" >>$@ echo "#define STDC_HEADERS 1" >>$@ - echo "#define HAVE_ALLOCA_H 1" >>$@ echo "#define HAVE_DIRECT_H 1" >>$@ echo "#define HAVE_ERRNO_H 1" >>$@ echo "#define HAVE_GCVT 1" >>$@Trap