Mercurial > hg > Members > kono > nitros9-code
diff level1/d64/bootfiles/makefile @ 2942:195b041299ec
d64/dalpha bootfiles: Do not copy the makefile into the bootfile
Thanks to Christopher R. Hawks for spotting this.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 26 Jan 2014 21:04:07 +0100 |
parents | d0b7780ab4af |
children | 5fad6ee804ba |
line wrap: on
line diff
--- a/level1/d64/bootfiles/makefile Sat Jan 25 23:22:30 2014 +0100 +++ b/level1/d64/bootfiles/makefile Sun Jan 26 21:04:07 2014 +0100 @@ -119,22 +119,22 @@ @$(ECHO) $(BOOTFILE_COVDG_DS40) bootfile_covdg_ds40: $(BOOTFILE_COVDG_DS40) $(DEPENDS) - $(MERGE) $^ > $@ + $(MERGE) $(BOOTFILE_COVDG_DS40) > $@ bootfile_cohr_ds40: $(BOOTFILE_COHR_DS40) $(DEPENDS) - $(MERGE) $^ > $@ + $(MERGE) $(BOOTFILE_COHR_DS40) > $@ bootfile_covdg_ds80: $(BOOTFILE_COVDG_DS80) $(DEPENDS) - $(MERGE) $^ > $@ + $(MERGE) $(BOOTFILE_COVDG_DS80) > $@ bootfile_cohr_ds80: $(BOOTFILE_COHR_DS80) $(DEPENDS) - $(MERGE) $^ > $@ + $(MERGE) $(BOOTFILE_COHR_DS80) > $@ bootfile_covdg_ss40: $(BOOTFILE_COVDG_SS40) $(DEPENDS) - $(MERGE) $^ > $@ + $(MERGE) $(BOOTFILE_COVDG_SS40) > $@ bootfile_cohr_ss40: $(BOOTFILE_COHR_SS40) $(DEPENDS) - $(MERGE) $^ > $@ + $(MERGE) $(BOOTFILE_COHR_SS40) > $@ kernel: $(KERNEL) $(DEPENDS) $(MERGE) $(KERNEL)>$@