From: Jesse Thilo Date: Tue, 16 Feb 1999 11:05:16 +0000 (+0000) Subject: Added `bison.simple' to list of files removed by `make distclean'. X-Git-Tag: GNU_1_27~2 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e569a4351ce32cf9809c68a711d3aaa19c7aba9f?ds=sidebyside Added `bison.simple' to list of files removed by `make distclean'. --- 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