Re: Multiple target patterns
Eli Zaretskii <[email protected]> Sat, 03 Nov 2012 18:34:00 +0200
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> Date: Sat, 03 Nov 2012 15:42:27 +0000 > From: Greg Chicares <[email protected]> > > 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. It shouldn't be: Make on Windows does support drive letters in file names.