I noticed a missing "fi" in the 20010517 snapshot of
core/make/framework.make. If it hasn't been fixed yet, here is a patch.
Kim
--
Kim Shrier - principal, Shrier and Deihl - mailto:[EMAIL PROTECTED]
Remote Unix Network Admin, Security, Internet Software Development
Tinker Internet Services - Superior FreeBSD-based Web Hosting
http://www.tinker.com/
--- core/make/framework.make.orig Sat May 12 21:32:07 2001
+++ core/make/framework.make Thu May 17 11:57:29 2001
@@ -245,6 +245,7 @@
classlist="NULL"; \
else \
classlist="$$classlist, NULL"; \
+ fi; \
else \
classlist="NULL"; \
fi; \