From e569a4351ce32cf9809c68a711d3aaa19c7aba9f Mon Sep 17 00:00:00 2001 From: Jesse Thilo Date: Tue, 16 Feb 1999 11:05:16 +0000 Subject: [PATCH] Added `bison.simple' to list of files removed by `make distclean'. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2