I've built from CVS and have the following problem:
$ cat Makefile
rule:
echo 'foo\
' >/tmp/b
$ gmake
echo 'foo\
' >/tmp/b
$ cat /tmp/b
foo\Shouldn't /tmp/b contain "foo"? -- albert chin ([EMAIL PROTECTED]) _______________________________________________ Bug-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-make
