Hello Bruno, all, * Bruno Haible wrote on Sat, Feb 24, 2007 at 01:30:53AM CET: [...] > + @case $(PERL) in \
You probably want to put that in quotes, so $(PERL) expanding to two words won't cause a syntax error. > + *"/missing "*) ;; \ > + *) \ > + rm -f $@ \ > + && { echo "Updating man page $@"; \ > + rm -rf $t; \ Cheers, Ralf