(DISTCLEANFILES): Add `build_env.mk'.

This commit is contained in:
robertmh 2008-11-08 15:21:57 +00:00
parent ac293d504e
commit 2a9c59400b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2008-11-08 Robert Millan <rmh@aybabtu.com>
* Makefile.in (include_DATA): Fix srcdir=. assumption.
(DISTCLEANFILES): Add `build_env.mk'.
2008-11-08 Robert Millan <rmh@aybabtu.com>

View File

@ -114,7 +114,7 @@ CLEANFILES =
MOSTLYCLEANFILES =
DISTCLEANFILES = config.status config.cache config.log config.h \
Makefile stamp-h include/grub/cpu include/grub/machine \
gensymlist.sh genkernsyms.sh
gensymlist.sh genkernsyms.sh build_env.mk
MAINTAINER_CLEANFILES = $(srcdir)/configure $(addprefix $(srcdir)/,$(MKFILES))
# The default target.