On Sat, Dec 6, 2008 at 6:26 PM, Trent W. Buck <[EMAIL PROTECTED]> wrote:
> Florent Becker <[EMAIL PROTECTED]> wrote: > >> when using make tags, i get the following error: > >> make: execvp: src/Autoconf.hs: Permission denied > >> it seems that make is trying to exec src/Autoconf.hs. > > > > This will be because there is a rule like > > $(TAGS) $^ > > and the $TAGS variable is not set. > > This now works for me, sorry for inadequate testing before. > > BTW, note that "make TAGS" uses etags and "make tags" uses ctags, > because those are the default filenames for the respective tools. As a heavy user of tags, would you mind making it so that there is just 'make tags' that generates both? I think having the case sensitive distinction in the make targets is confusing. The old behavior we had before is what I'd like. Thanks, Jason
_______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
