Chris Inacio <[EMAIL PROTECTED]> writes: > In my CVarBuildTarget and CXXVarBuildTarget functions, the "$<" gets > evaluated to "" and thus the output fails. After examining the macro, > someone will tell me to replace "$<" with "$(1)", but that won't work, > because I use vpath's to find my source files, and vpath doesn't expand > a file name in a command like that :(
What if someone would tell you to replace "$<" with "$$<". Would that work? -boris _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
