help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More information


From: John Graham-Cumming
Subject: Re: More information
Date: Tue, 25 Jul 2006 17:42:25 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040208 Thunderbird/0.5 Mnenhy/0.6.0.104

Anoneironaut wrote:
I am using gnumake version 3.80.  My operating system is Windows XP.

Here is the full error text:

Makefile:97: *** multiple target patterns.  Stop.
>
> [snip]
>
%.r37:%.c
        $(COMP) $(CFLAGS) $<

%.r37:%.C
        $(COMP) $(CFLAGS) $<

My guess is that this is the problem. Windows is case-preserving but case insensitive and hence %.c and %.C are the same thing. What happens if you change one of these rules to %.CC and run a test. Same error?

John.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]