提交 891f8dcd 编写于 作者: J Jan Vesely 提交者: Michael Tokarev

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: NJan Vesely <jano.vesely@gmail.com>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
上级 a5cbe921
......@@ -32,7 +32,7 @@ update: $(SRCS)
build: $(OBJS)
clean:
$(RM) $(OBJS)
rm -f $(OBJS)
install: $(OBJS)
for obj in $(OBJS); do \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册