]> git.saurik.com Git - bison.git/commitdiff
Removed inappropriate use of $< macro.
authorJesse Thilo <jthilo@gnu.org>
Tue, 9 Feb 1999 03:51:09 +0000 (03:51 +0000)
committerJesse Thilo <jthilo@gnu.org>
Tue, 9 Feb 1999 03:51:09 +0000 (03:51 +0000)
Makefile.am

index 425613824439412b05ff86adc64ab9fb5e03caef..0a4a1048aa0c3ff941fd0842695ba905085bad1c 100644 (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 $@