aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-03-30 15:55:14 +0100
committerMichael Brown <mcb30@ipxe.org>2011-03-30 15:55:14 +0100
commit647522793d2afd7f17fd44b281aeedda782b7299 (patch)
treee935e308823edb3a110a20220e4e0879565e113d /src/Makefile.housekeeping
parent0579b8279cb9ca33664c1cd9cd18e1e1df3f69c1 (diff)
downloadipxe-647522793d2afd7f17fd44b281aeedda782b7299.tar.gz
[build] Include $(BIN)/errors in "make clean"
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index 31a8a991..3b78a260 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -631,6 +631,7 @@ EINFOS := $(patsubst $(BIN)/%.o,$(BIN)/%.einfo,$(BOBJS))
$(BIN)/errors : $(EINFOS) $(EINFO)
$(QM)$(ECHO) " [EINFO] $@"
$(Q)$(EINFO) $(EINFOS) | sort > $@
+CLEANUP += $(BIN)/errors # Doesn't match the $(BIN)/*.* pattern
# Generate the NIC file from the parsed source files. The NIC file is
# only for rom-o-matic.