Fix build on ppc/darwin (and probably also on ppc/linux)
... GNU make appears not to like the quotation marks around
the GC_SRC assignments. The symptom was a silent
stop in the build after ldso-stubs.S.
CPPFLAGS += -no-cpp-precomp
ifdef LISP_FEATURE_GENCGC
- GC_SRC = "gencgc.c"
+ GC_SRC = gencgc.c
else
- GC_SRC = "cheneygc.c"
+ GC_SRC = cheneygc.c
endif
.PHONY: after-grovel-headers
OS_LIBS = -ldl
ifdef LISP_FEATURE_GENCGC
- GC_SRC = "gencgc.c"
+ GC_SRC = gencgc.c
else
- GC_SRC = "cheneygc.c"
+ GC_SRC = cheneygc.c
endif
# Nothing to do for after-grovel-headers.
;;; 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".)
-"0.9.18.59"
+"0.9.18.60"