%% Eric West <[EMAIL PROTECTED]> writes:

  ew> ${FILES} :
  ew>         @d=`dirname [EMAIL PROTECTED] ;\

You don't even need this.  Just use $(@D).

There are issues with some versions of GNU make though, using this
method with pattern rules.  Some versions of GNU make throw out pattern
rules that mention non-existent directories.  That's a bug though.

-- 
-------------------------------------------------------------------------------
 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