Re: What is correct in make8.3.1?
Rob Walker <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
Sounds like you could use this package: http://sites.google.com/a/rwalker.com/cygwin/make-381-DOS -Rob Shang, Sean wrote: > > Hi, > > When I write a makefile as following: > > > > /$(WORKSPACE)/DEBUG/Test.o : $(WORKSPACE)/Test.c/ > > / CL /Fo$@ /c $</ > > > > It works fine in make-8.3.0. But in make-8.3.1, it always reports > “multiple target patternsâ€. It seems caused by setting WORKSPACE=c:/test. > > > > Is it a bug in make8.3.1? Or my usage of WORKSPACE is wrong? > > Is there any suggestion on it, if absolute path of WORKSPACE is necessary? > > > > Thanks in advance > > Sean > > > > >