Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.
  • Loading branch information
Michael Brown committed Jan 7, 2008
1 parent 82bae30 commit de29e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.housekeeping
Expand Up @@ -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
#
Expand Down

0 comments on commit de29e5a

Please sign in to comment.