error building coreutils on Solaris 9 - Makefile:541: *** missing separator

2008-06-19 Thread Poor Yorick
installing coreutils-6.12 on SunOS 5.9, with gcc-4.2.2 and gnu ld, make fails because there are newlines in the @MAN@ variable: Makefile:541: *** missing separator. Stop. The following patch eliminates the newlines: --- configure.ac2008-06-18 19:05:11 -04:00 +++

Re: error building coreutils on Solaris 9 - Makefile:541: *** missing separator

2008-06-19 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Poor Yorick on 6/19/2008 4:20 PM: | | The following patch eliminates the newlines: | - | tr '\015\012' ' '; echo` | + | tr '\015\012' ' '; echo` Thanks for the report. However, this has been previously reported, and the same