2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-06-30 09:55:40 +00:00

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

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
#