From 315f05ae6cb331d2dbc8eebcfdbb719278c16ded Mon Sep 17 00:00:00 2001 From: Jesse Thilo Date: Tue, 9 Feb 1999 03:51:09 +0000 Subject: [PATCH] Removed inappropriate use of $< macro. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.47.2