diff --git a/Makefile.am b/Makefile.am index deaf7820..b5aeb45c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,3 +26,5 @@ bison.simple: bison.s1 Makefile -rm -f $@ sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $(srcdir)/bison.s1 > $@-tmp mv $@-tmp $@ + +DISTCLEANFILES = bison.simple