]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - po/Makefile
po/Makefile: call rm -f directly
[thirdparty/qemu.git] / po / Makefile
index b271f79ba2aa9711822be9ddf7b603b9e1f126c3..7bab09dce2cbc4d3ff2ea5bdbdf76daa5b22e46a 100644 (file)
@@ -32,7 +32,7 @@ update: $(SRCS)
 build: $(OBJS)
 
 clean:
-       $(RM) $(OBJS)
+       rm -f $(OBJS)
 
 install: $(OBJS)
        for obj in $(OBJS); do \