%% "Sandeep Nema" <[EMAIL PROTECTED]> writes:

  sn> In one of my makefile, I have following conditional syntax:
  sn> ADDONS_DB_C       = $(EXCLUDEFWKLIB?:$(TMP_ADDONS_DB_C))

  sn> This gives me an error for MACRO SUBSTITUTION

First, this is not a proper bug report.  Whenever you report a bug you
must always specify the version of the program you're using, the type of
system you're using it on, and the complete, _exact_ error message you
received (best is to cut and paste it into your report).  Plus, any
other information you think might be useful.

Second, there is nowhere in GNU make that the text "macro substitution"
(in any case) exists, much less is printed.

Finally, there is no "?:" macro operator in GNU make, so I don't know
what the above construct might be supposed to mean.

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


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to