%% "Yanghui Bian" <[EMAIL PROTECTED]> writes:

  yb> So Make takes the explicit rule as the implicity rule. 

Not sure what you mean: there's no explicit rule in your makefile...?

However, make should be smarter about trying to unlink a directory.

  >> .PHONY: %-test
  >> %-test: %/test
  >>        @echo "sssssssssss"
  >> 
  >> %/test:
  >>        mkdir -p $*/test

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to