On 2003-06-10 14:19:05, S kris wrote: > B: D > #some commands for target B > .........
B is your default target, the usual solution is to have a "all" target
listing everything you want build by default. In your case:
all: A B
# empty
/Allan
--
Allan Wind
P.O. Box 2022
Woburn, MA 01888-0022
USA
pgp00000.pgp
Description: PGP signature
_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
