Selaa lähdekoodia

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 vuotta sitten
vanhempi
commit
647522793d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/Makefile.housekeeping

+ 1
- 0
src/Makefile.housekeeping Näytä tiedosto

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

Loading…
Peruuta
Tallenna