print: *.c
@echo "example"
Considering the above rule in a makefile, what strings will be
replaced with *.c in the first phase and the second phase of make
process?How about the following rule? *.c : *.o ; _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
