Its giving out about line 167 in the Makefile......
Makefile:167: *** missing separator. Stop.
Heres the section in the Makefile....
163 config.check: config.h
164 echo Housekeeping file >$@
165 mkdir new 2>$(DEVNULL); exit 0
166 @-if $(FGREP) -n -e '`' config.h $(DEVNULL) | $(FGREP) -v
EOFName; \
167 then \
168 echo;echo ' ^^^^^^^^^^^^^^^^^^^^ WARNING^^^^^^^^^^^^^^^^^^^^^';\
169 echo ' * Having backquotes in there could be unhealthy!*';\
170 echo;fi;exit 0
-------------------------------------------------------------------------
Mark Cotter mcotter(_at_)milanet(_dot_)ie
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail