Automake that you are using doesn't correctly make GTAGS target.
[global-5.6]$ make GTAGS
here=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd` \
&& cd . \
&& gtags -i $here \
&& if test '.' != '.'; then \
echo '.' >$here/GTAGSROOT; \
fi
[global-5.6.1]$ make GTAGS
here=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd` \
&& cd . \
&& gtags -i $here
&& if test '.' != '.'; then \
echo '.' >./GTAGSROOT; fi
/bin/sh: -c: line 0: syntax error near unexpected token `&&'
/bin/sh: -c: line 0: `&& if test '.' != '.'; then echo '.' >./GTAGSROOT; fi'
make: *** [GTAGS] Error 2
----
Hideki IWAMOTO [EMAIL PROTECTED]
_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global