A sample makefile (Unix):
all: T aa/../T
T:
@echo $@
aa/../T:
@echo $@Should make complain about the duplicate targets? James _______________________________________________ help-gnu-utils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-utils
