1.0.43.14: typo in asdf-module.mk
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Oct 2010 08:37:48 +0000 (08:37 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Oct 2010 08:37:48 +0000 (08:37 +0000)
 * gcc-3, not gcc=3. I wonder how I managed to do that.

contrib/asdf-module.mk
version.lisp-expr

index 6bf4a36..d3ffbad 100644 (file)
@@ -16,7 +16,7 @@ endif
 ifeq (CYGWIN,$(findstring CYGWIN,$(UNAME)))
   EXTRA_CFLAGS=-mno-cygwin
   # GCC 4.x doesn't accept -mno-cygwin.
-  CC:=gcc=3
+  CC:=gcc-3
   # SBCL can't read cygwin symlinks, and cygwin likes to symlink
   # gcc.  To further complicate things, SBCL can't handle cygwin
   # paths, either.
index 7c0a3e3..0121a5e 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.43.13"
+"1.0.43.14"