diff src/ChangeLog @ 8873:e258715b2e78

fixes for clean targets in Makefiles
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 15:34:23 -0500
parents fb1c929dbbb7
children bd1b1fe9c6e9
line wrap: on
line diff
--- a/src/ChangeLog	Wed Feb 25 13:01:35 2009 -0500
+++ b/src/ChangeLog	Wed Feb 25 15:34:23 2009 -0500
@@ -1,5 +1,9 @@
 2009-02-25  John W. Eaton  <jwe@octave.org>
 
+	* Makefile.in (distclean): Remove tags TAGS y.tab.h y.output
+	yy.lex.c here, not in maintainer-clean target.  Also remove
+	parse.output.
+
 	* DLD-FUNCTIONS/rand.cc: Note that the tests for the old random
 	number generator will fail if using 64-bit indexing.