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>
This commit is contained in:
parent
a5cbe92199
commit
891f8dcd25
@ -32,7 +32,7 @@ update: $(SRCS)
|
||||
build: $(OBJS)
|
||||
|
||||
clean:
|
||||
$(RM) $(OBJS)
|
||||
rm -f $(OBJS)
|
||||
|
||||
install: $(OBJS)
|
||||
for obj in $(OBJS); do \
|
||||
|
Loading…
Reference in New Issue
Block a user