# HG changeset patch # User Rafael Laboissiere # Date 1236586286 -3600 # Node ID 56f7daaed82f65f3785bd4976d03afd675f99e1e # Parent 346fde2030b5a12fd83f9577b2bf2035c149f0d6 Remove y.tab.h in maintainer-clean rule, not in distclean diff -r 346fde2030b5 -r 56f7daaed82f src/ChangeLog --- a/src/ChangeLog Sun Mar 08 19:18:44 2009 +0100 +++ b/src/ChangeLog Mon Mar 09 09:11:26 2009 +0100 @@ -1,3 +1,9 @@ 2009-03-07 Jaroslav Hajek + + * Makefile.in (distclean, maintainer-clean): Do not remove y.tab.h + in the distclean rule. Built sources distributed in the tarball + must be removed in maintainer-clean rule. + 2009-03-07 Jaroslav Hajek * xdiv.cc (mdm_div_impl, dmm_lelftdiv_impl, dmdm_div_impl, diff -r 346fde2030b5 -r 56f7daaed82f src/Makefile.in --- a/src/Makefile.in Sun Mar 08 19:18:44 2009 +0100 +++ b/src/Makefile.in Mon Mar 09 09:11:26 2009 +0100 @@ -562,13 +562,13 @@ mostlyclean: clean distclean: clean rm -f Makefile octave$(EXEEXT) .fname so_locations oct-errno.cc - rm -f tags TAGS y.tab.h y.output yy.lex.c parse.output + rm -f tags TAGS y.output yy.lex.c parse.output rm -f stamp-liboctave-prereq rm -f doc-files gendoc.cc graphics.h graphics-props.cc mxarray.h DOCSTRINGS .PHONY: distclean maintainer-clean: distclean - rm -f lex.cc parse.cc + rm -f lex.cc parse.cc y.tab.h rm -f oct-gperf.h $(OPT_HANDLERS) .PHONY: maintainer-clean