make-w32
[Top][All Lists]
Advanced

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

Re: Multiple target patterns


From: Greg Chicares
Subject: Re: Multiple target patterns
Date: Sat, 03 Nov 2012 15:42:27 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1

On 2012-11-03 06:18Z, lucky7456969 wrote:
> 
> Makefile: PERFEC~1.pro  c:/Qt/4.8.0/mkspecs/win32-g++/qmake.conf
> c:/Qt/4.8.0/mkspecs/qconfig.pri \
[...]
>       $(QMAKE) -o Makefile PERFEC~1.pro
> 
> Makefile:66: *** multiple target patterns.  Stop.
> 
> How do I go about solving this problem?

The diagnostic points to the sixty-sixth line of 'Makefile',
so it would help to see that line and anything it depends on.
I would guess that a colon in a path like "c:/whatever" is
being interpreted as makefile target punctuation. If so, then
perhaps you can omit the "c:" part. For more ideas, look at
how other people have approached the problem:
  https://www.google.com/search?q="multiple target patterns.  Stop."




reply via email to

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