core/Makefile: iso%.bin depends on checksumiso.pl
authorH. Peter Anvin <hpa@zytor.com>
Fri, 5 Sep 2008 21:48:01 +0000 (14:48 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 5 Sep 2008 21:48:01 +0000 (14:48 -0700)
iso%.bin depends on checksumiso.pl

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/Makefile

index b5e6054..638004c 100644 (file)
@@ -62,7 +62,7 @@ kwdhash.gen: keywords genhash.pl
 .PRECIOUS: %.elf
 
 # Standard rule for {isolinux,isolinux-debug}.bin
-iso%.bin: iso%.elf
+iso%.bin: iso%.elf checksumiso.pl
        $(OBJCOPY) -O binary $< $@
        $(PERL) checksumiso.pl $@