david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.

This commit is contained in:
Michael Brown 2008-01-07 13:15:12 +00:00
parent 82bae302b1
commit de29e5a39c
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ $(BIN)/%.tmp : $(BLIB) $(MAKEDEPS) $(LDSCRIPT)
$(Q)$(OBJDUMP) -ht $@ | $(SORTOBJDUMP) >> $(BIN)/$*.tmp.map
# Keep intermediate object file (useful for debugging)
.PRECIOUS : $(BIN)/%.tmp
.SECONDARY : $(BIN)/%.tmp
# Show a linker map for the specified target
#