Follow-up Comment #8, bug #29074 (project make):
one more data point, from the gcc man page:
-MP This option instructs CPP to add a phony target for each dependency
other than the main file, causing each to
depend on nothing. These dummy rules work around errors make gives
if y
Follow-up Comment #9, bug #29074 (project make):
I thought I'd take a look at the source, so I did a git clone, the INSTALL doc
says to do the "standard" ./configure; make ... there is no file configure,
there is a configure.bat, what am I missing?
The INSTALL document is for people who just download the standard source
tarball. I suspect there's a README.git for people doing a git clone; at
least there used to be a README.cvs for CVS users.
-David Boyce
On Fri, Feb 15, 2013 at 4:15 PM, dave kerns wrote:
> Follow-up Comment #9, bug #2907