diff options
author | Michael Brown <mcb30@ipxe.org> | 2011-03-30 15:55:14 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2011-03-30 15:55:14 +0100 |
commit | 647522793d2afd7f17fd44b281aeedda782b7299 (patch) | |
tree | e935e308823edb3a110a20220e4e0879565e113d /src/Makefile.housekeeping | |
parent | 0579b8279cb9ca33664c1cd9cd18e1e1df3f69c1 (diff) | |
download | ipxe-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.housekeeping | 1 |
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. |