> From: Vijay Lakshminarayanan <laks...@gmail.com>
> Date: Fri, 09 Sep 2011 09:52:04 +0530
> 
> I get the following error after running ./configure
> 
> ---
> creating src/epaths.h
> Makefile:860: target `TAGS' given more than once in the same rule.
> make: *** No rule to make target `/home/vijay/c/code/emacs/configure.in', 
> needed by `/home/vijay/c/code/emacs/configure'.  Stop.
> config.status: executing gdbinit commands
> 
> <cygdrive/c/Users/vijay/Desktop/emacs.configure.log" [New] 422L, 16741C 
> written
> ---
> 
> I've attached the entire output of .configure below
> 
> This is Makefile:860
> 
> 858   # The src subdir knows how to do the right thing
> 859   # even when the build directory and source dir are different.
> 860   TAGS tags: lib lib-src src
> 861           cd src; $(MAKE) $(MFLAGS) tags

Is it possible that the Cygwin port of Make you are using is
case-insensitive to target names?  If so, that's a bad misfeature.  I
suggest to ask a question on the Cygwin list about this, perhaps
there's an option to disable this.

Reply via email to