]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Re-added symtab to CLEANUP list
authorMichael Brown <mcb30@etherboot.org>
Sat, 7 Jul 2007 16:49:59 +0000 (17:49 +0100)
committerMichael Brown <mcb30@etherboot.org>
Sat, 7 Jul 2007 16:49:59 +0000 (17:49 +0100)
src/Makefile.housekeeping

index e01817d70633ae45ec4c20a4d76439dd814d7d07..52c6a1b0e49a280176c254ab4b82be45a64731df 100644 (file)
@@ -430,6 +430,8 @@ SYMTAB      = $(BIN)/symtab
 $(SYMTAB) : $(BLIB)
        $(NM) -o -S $< > $@
 
+CLEANUP        += $(BIN)/symtab
+
 symcheck : $(SYMTAB)
        $(SYMCHECK) $<