qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/6] optionrom: remove use of implicit RM variable


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 2/6] optionrom: remove use of implicit RM variable
Date: Tue, 6 Oct 2009 21:11:11 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 pc-bios/optionrom/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pc-bios/optionrom/Makefile b/pc-bios/optionrom/Makefile
index d9b6639..2d3069a 100644
--- a/pc-bios/optionrom/Makefile
+++ b/pc-bios/optionrom/Makefile
@@ -24,4 +24,4 @@ build-all: multiboot.bin
        $(call quiet-command,$(SHELL) $(SRC_PATH)/pc-bios/optionrom/signrom.sh 
$< $@,"  Signing $(TARGET_DIR)$@")

 clean:
-       $(RM) *.o *.d *.raw *.img *.bin *~
+       rm -f *.o *.d *.raw *.img *.bin *~
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]