diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-01-07 13:15:12 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-01-07 13:15:12 +0000 |
commit | de29e5a39c5ae0ca91b61eaa139a277943dfc7fc (patch) | |
tree | 643b8c7d492945f4b65c417d96eeb843ee22e2cb | |
parent | 82bae302b1f24d1abf9c6abd3dcdc74c449f44ed (diff) | |
download | ipxe-de29e5a39c5ae0ca91b61eaa139a277943dfc7fc.tar.gz |
Use .SECONDARY instead of .PRECIOUS for bin/%.tmp targets.
-rw-r--r-- | src/Makefile.housekeeping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping index a5bb9a4ba..754c2930d 100644 --- a/src/Makefile.housekeeping +++ b/src/Makefile.housekeeping @@ -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 # |