On Thu, Feb 26, 2009 at 11:28 AM, albob <[email protected]> wrote: ... > test: > export QA_STEP=start ; > touch ${QA_STEP};
I think the export line cannot be a command as you have it.
Try:
export QA_STEP=start
test:
<tab> touch ${QA_STEP}
-Tom
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make
