From: Nikodemus Siivola Date: Sun, 3 Oct 2010 08:37:48 +0000 (+0000) Subject: 1.0.43.14: typo in asdf-module.mk X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=9b34c53dbc22c257e4f07c790081682303bacc4b;p=sbcl.git 1.0.43.14: typo in asdf-module.mk * gcc-3, not gcc=3. I wonder how I managed to do that. --- diff --git a/contrib/asdf-module.mk b/contrib/asdf-module.mk index 6bf4a36..d3ffbad 100644 --- a/contrib/asdf-module.mk +++ b/contrib/asdf-module.mk @@ -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. diff --git a/version.lisp-expr b/version.lisp-expr index 7c0a3e3..0121a5e 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"