On Tue, 2009-01-13 at 10:26 -0800, Philip Guenther wrote:
> foo.txt bar.bar baz.z: setup.sh-run
> 
> setup.sh-run: makefoo barmaker bazzer
>         ./setup.sh
>         @touch $@

IIRC, to make this work right the first rule has to have a recipe, like
this:

        foo.txt bar.bar baz.z: setup.sh-run
                @:

There are other ways but this is the one I prefer.




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

Reply via email to