On Mon, 2008-06-30 at 17:51 -0500, Billy N. Patton wrote:
> I have a rule :
> 
>   ${GDS_DATA}/%.${OUTSUFFIX} : %.${INSUFFIX}
>      -cell $(<F) \

> The problem is with the $(<F)
> 
> When the % is on the right side it is
> SOME_NAME
> the  -cell needs the name without the ${INSUFFIX}
> But the ${INSUFFIX} needs to be there for the dependency

I had a little trouble understanding exactly what you're asking, but I
think you just need to use $(*F) instead of $(<F).



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

Reply via email to