Fixed build on non-Unicode lisps.

Fixed parsing on non-Unicode lisps.
Fixed Unicode detection on OpenMCL.
This commit is contained in:
dlichteblau
2007-07-05 20:58:15 +00:00
parent d9fe9dfd51
commit 190f472657
5 changed files with 14 additions and 4 deletions

View File

@ -4,5 +4,4 @@ all:
.PHONY: clean
clean:
touch dummy.fasl
find . \( -name \*.fasl -o -name \*.x86f \) -print0 | xargs -0 rm
find . \( -name \*.fasl -o -name \*.x86f -o -name \*.lx64fsl \) -print0 | xargs -0 rm -f