From: Jan Vesely Date: Sun, 20 Mar 2016 01:58:54 +0000 (-0400) Subject: po/Makefile: call rm -f directly X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=891f8dcd251e98befee17f2d00baf8b2f54b728d;p=qemu.git po/Makefile: call rm -f directly Default variables are undefined in rules.mak and this is what the rest of the build system uses. Fixes make clean in ./po/ Signed-off-by: Jan Vesely Signed-off-by: Michael Tokarev --- diff --git a/po/Makefile b/po/Makefile index b271f79ba2..7bab09dce2 100644 --- a/po/Makefile +++ b/po/Makefile @@ -32,7 +32,7 @@ update: $(SRCS) build: $(OBJS) clean: - $(RM) $(OBJS) + rm -f $(OBJS) install: $(OBJS) for obj in $(OBJS); do \