diff Makefile.in @ 112354:34bef019033d

Minor cleanups for 'bzr status' * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1, the output of config.guess. * Makefile.in (top_distclean): Remove stamp-h1 too.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 17 Jan 2011 21:23:52 -0800
parents f6578f2bd119
children 5855bdef20c9
line wrap: on
line diff
--- a/Makefile.in	Mon Jan 17 20:55:12 2011 -0800
+++ b/Makefile.in	Mon Jan 17 21:23:52 2011 -0800
@@ -787,7 +787,7 @@
 ###      distribution.
 top_distclean=\
 	${top_bootclean}; \
-	rm -f config.status Makefile ${SUBDIR_MAKEFILES}
+	rm -f config.status Makefile stamp-h1 ${SUBDIR_MAKEFILES}
 distclean: FRC
 	(cd src;      $(MAKE) $(MFLAGS) distclean)
 	(cd oldXMenu; $(MAKE) $(MFLAGS) distclean)