mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 09:43:03 +00:00
Added bison.simple' to list of files removed by make distclean'.
This commit is contained in:
@@ -26,3 +26,5 @@ bison.simple: bison.s1 Makefile
|
|||||||
-rm -f $@
|
-rm -f $@
|
||||||
sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $(srcdir)/bison.s1 > $@-tmp
|
sed -e "/^#line/ s|bison|$(datadir)/bison|" -e "s/@bison_version@/$(VERSION)/" < $(srcdir)/bison.s1 > $@-tmp
|
||||||
mv $@-tmp $@
|
mv $@-tmp $@
|
||||||
|
|
||||||
|
DISTCLEANFILES = bison.simple
|
||||||
|
|||||||
Reference in New Issue
Block a user