From 9b34c53dbc22c257e4f07c790081682303bacc4b Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sun, 3 Oct 2010 08:37:48 +0000 Subject: [PATCH] 1.0.43.14: typo in asdf-module.mk * gcc-3, not gcc=3. I wonder how I managed to do that. --- contrib/asdf-module.mk | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4