10.4 Chains of Implicit Rules If the file ‘n.c’ exists, or is mentioned in the makefile, no special searching is required: make finds that the object file can be made by C compilation from ‘n.c’; later on, when considering how to make ‘n.c’, the rule for running Yacc is used. Ultimately both ‘n.c’ and ‘n.o’ are updated. ----------------------------------------------------------------------------------------------------------------------- "later on, when considering how to make ‘n.c’, the rule for running Yacc is used", what does it mean? Would you please give an example.
_______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
