Removed inappropriate use of $< macro.

This commit is contained in:
Jesse Thilo
1999-02-09 03:51:09 +00:00
parent f35167cb24
commit 315f05ae6c

View File

@@ -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 $@