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

 

 

_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to