20.03.2016 04:58, Jan Vesely wrote: > Default variables are undefined in rules.mak and this is what the rest > of the build system uses. > Fixes make clean in ./po/
Please add qemu-devel@ address for all patches. Applied to -trivial, thank you! > Signed-off-by: Jan Vesely <jano.ves...@gmail.com> > --- > po/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/po/Makefile b/po/Makefile > index b271f79..7bab09d 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 \ >