missing fi for compilation to .obj

2002-11-14 Thread Eric Blake
This patch comes from a problem reported to jikes. I'm using the cygwin version of automake, which recently upgraded to automake 1.7.1 (from automake 1.6). After regenerating Makefile.in, the makefile now has this line: @am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$'; then $(CYGPATH_W) '$';

Re: missing fi for compilation to .obj

2002-11-14 Thread Tom Tromey
Eric == Eric Blake [EMAIL PROTECTED] writes: Eric I don't have the automake sources in front of me, but the file to Eric patch gets installed as /usr/share/automake/am/depend2.am. Eric 2002-11-14 Eric Blake [EMAIL PROTECTED] Eric * am/depend2.am: Add missing fi in c.obj rule. Looks good.