Hi all,
Since last updates, I cannot compile Ethereal anymore on CygWin as make
complains. I invariably get a "Makefile: 2551: *** missing separator. Stop"
error message, and I can't get it at work anymore :(
In Makefile, the target ".c.o" is declared, and line 2551 is the one staring
with "if". Anyone a clue?
[Excerpt from Makefile: lines 2550--2559]
.c.o:
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo"
\
@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
@am__fastdepCC_TRUE@ fi
@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no \
@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po'
tmpdepfile='$(DEPDIR)/$*.TPo' \
@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) \
@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
Regards,
Olivier