[sisela] error with ulibc location in Makefile

MixMatch (Daniel) sisela@earth.li
Wed, 28 Jan 2004 06:33:58 -0500


Hello... 
The source code download does not compile because the uclibc
source is incorrectly listed as:
http://uclibc.org/downloads/$(UCLIBC).tar.bz2
on line 267 of the Makefile. It should be:
http://uclibc.org/downloads/old-releases/$(UCLIBC).tar.bz2
MixMatch