]> git.proxmox.com Git - qemu.git/commitdiff
Don't copy multiboot.bin into pc-bios after built
authorAnthony Liguori <aliguori@us.ibm.com>
Sat, 11 Jul 2009 13:56:38 +0000 (08:56 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 16 Jul 2009 13:28:14 +0000 (08:28 -0500)
That dirties the working directory of the tree.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
pc-bios/optionrom/Makefile

index 69e6c22acc98d28a029176ffb02443eac9870dc6..88fbc4c9b387e557738c7db986987ebef29cf4b6 100644 (file)
@@ -41,7 +41,6 @@ build-all: multiboot.bin
 
 %.bin: %.raw
        $(SRC_PATH)/pc-bios/optionrom/signrom.sh $< $@
-       cp $@ $(SRC_PATH)/pc-bios/
 
 clean:
        $(RM) *.o *.img *.bin *~