It looks like you have $(shell ...) operations that are not
well-formed.

You can try enabling debugging mode to see if that gives you any more
clues.

Other than that you'll have to add the make equivalent of "printf", I
guess; something like this:


  $(shell echo "got to this point" 1>&2)

-- 
-------------------------------------------------------------------------------
 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://mail.gnu.org/mailman/listinfo/help-make

Reply via email to