On Thu, Sep 18, 2003 at 04:51:53PM +0200, Stefan Reinauer wrote: > When I compiled it, I had to change one line in "makerules" > < GCCINCDIR = $(shell $(CC) -print-search-dirs | head -1 | cut -d' ' -f2)include > > GCCINCDIR = $(shell $(CC) -print-search-dirs | head -n 1 | cut -d' ' -f2)include > > This is required by newer coreutils, but it works fine with older > versions.
Thanks, I'll post a new version of FILO with this fix. -- Takeshi _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

