Browse Source

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

tags/v0.9.3
Michael Brown 16 years ago
parent
commit
de29e5a39c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile.housekeeping

+ 1
- 1
src/Makefile.housekeeping View File

357
 	$(Q)$(OBJDUMP) -ht $@ | $(SORTOBJDUMP) >> $(BIN)/$*.tmp.map
357
 	$(Q)$(OBJDUMP) -ht $@ | $(SORTOBJDUMP) >> $(BIN)/$*.tmp.map
358
 
358
 
359
 # Keep intermediate object file (useful for debugging)
359
 # Keep intermediate object file (useful for debugging)
360
-.PRECIOUS : $(BIN)/%.tmp
360
+.SECONDARY : $(BIN)/%.tmp
361
 
361
 
362
 # Show a linker map for the specified target
362
 # Show a linker map for the specified target
363
 #
363
 #

Loading…
Cancel
Save