summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-01-17 21:23:52 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2011-01-17 21:23:52 -0800
commit53911e8f4ea67606560debaa1590be06458d283f (patch)
treeb9a504ac8c64a19eb235a79dd3ab0d0155c1c6ba /Makefile.in
parent7cae64b4eed192a49ea258089639ec44da6095e2 (diff)
downloademacs-53911e8f4ea67606560debaa1590be06458d283f.tar.gz
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 13ecb64d684..7edb0843478 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -787,7 +787,7 @@ top_bootclean=\
### 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)