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 <jano.vesely@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
stable-2.7
Jan Vesely 2016-03-19 21:58:54 -04:00 committed by Michael Tokarev
parent a5cbe92199
commit 891f8dcd25
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ update: $(SRCS)
build: $(OBJS)
clean:
$(RM) $(OBJS)
rm -f $(OBJS)
install: $(OBJS)
for obj in $(OBJS); do \