how easily can i ignore dependencies?

2004-05-20 Thread Robert P. J. Day
is there a convenient way to run make against a target and tell it to ignore its dependencies and just run its rules? rday ___ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make

Re: how easily can i ignore dependencies?

2004-05-20 Thread Eric Hanchrow
Robert == Robert P J Day [EMAIL PROTECTED] writes: Robert is there a convenient way to run make against a target Robert and tell it to ignore its dependencies and just run its Robert rules? If your makefile looks like foo: bar rebuild you can do `make foo