mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 23:03:04 +00:00
Removed inappropriate use of $< macro.
This commit is contained in:
@@ -31,5 +31,5 @@ EXTRA_DIST = bison.1 bison.s1 bison.hairy REFERENCES configure.bat \
|
|||||||
|
|
||||||
bison.simple: bison.s1 Makefile
|
bison.simple: bison.s1 Makefile
|
||||||
-rm -f $@
|
-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 $@
|
mv $@-tmp $@
|
||||||
|
|||||||
Reference in New Issue
Block a user