Skip to content

Commit

Permalink
diag/mbr: Remove unneeded dependency from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
geneC committed Mar 10, 2011
1 parent 197ac7c commit df4b01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag/mbr/Makefile
Expand Up @@ -28,7 +28,7 @@ all: handoff.bin
%.elf: %.o $(mbrdir)/mbr.ld
$(LD) $(LDFLAGS) -T $(mbrdir)/mbr.ld -e _start -o $@ $<

%.bin: %.elf $(mbrdir)/checksize.pl
%.bin: %.elf
$(OBJCOPY) -O binary $< $@
$(CHMOD) -x $@

Expand Down

0 comments on commit df4b01c

Please sign in to comment.