]> granicus.if.org Git - python/commit
Don't use $< in normal make rules: it's not portable. Using $< in
authorSjoerd Mullender <sjoerd@acm.org>
Mon, 29 Jan 2001 09:39:14 +0000 (09:39 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Mon, 29 Jan 2001 09:39:14 +0000 (09:39 +0000)
commit30be8708c544f1b6a0ebacf856915830c6b36d39
tree7f61c50714ead151b083efc6467c6771f6768ce5
parent6af0ce050166553cfd51556c6bd1853910d60739
Don't use $< in normal make rules: it's not portable.  Using $< in
inference rules (e.g. .c.o) is fine.
Makefile.pre.in