From: Jesse Thilo Date: Tue, 9 Feb 1999 03:51:09 +0000 (+0000) Subject: Removed inappropriate use of $< macro. X-Git-Tag: GNU_1_27~4 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/315f05ae6cb331d2dbc8eebcfdbb719278c16ded Removed inappropriate use of $< macro. --- diff --git a/Makefile.am b/Makefile.am index 42561382..0a4a1048 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,5 +31,5 @@ EXTRA_DIST = bison.1 bison.s1 bison.hairy REFERENCES configure.bat \ bison.simple: bison.s1 Makefile -rm -f $@ - sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $< > $@-tmp + sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $(srcdir)/bison.s1 > $@-tmp mv $@-tmp $@