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
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils

Reply via email to