Browse Source

[build] Include $(BIN)/errors in "make clean"

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 years ago
parent
commit
647522793d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/Makefile.housekeeping

+ 1
- 0
src/Makefile.housekeeping View File

631
 $(BIN)/errors : $(EINFOS) $(EINFO)
631
 $(BIN)/errors : $(EINFOS) $(EINFO)
632
 	$(QM)$(ECHO) "  [EINFO] $@"
632
 	$(QM)$(ECHO) "  [EINFO] $@"
633
 	$(Q)$(EINFO) $(EINFOS) | sort > $@
633
 	$(Q)$(EINFO) $(EINFOS) | sort > $@
634
+CLEANUP		+= $(BIN)/errors	# Doesn't match the $(BIN)/*.* pattern
634
 
635
 
635
 # Generate the NIC file from the parsed source files.  The NIC file is
636
 # Generate the NIC file from the parsed source files.  The NIC file is
636
 # only for rom-o-matic.
637
 # only for rom-o-matic.

Loading…
Cancel
Save