aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJan Vesely <jano.vesely@gmail.com>2016-03-19 21:58:54 -0400
committerMichael Tokarev <mjt@tls.msk.ru>2016-06-07 18:02:49 +0300
commit891f8dcd251e98befee17f2d00baf8b2f54b728d (patch)
tree37cf468790ff71c2b3ab7433212b85f00db49cfb /po
parenta5cbe92199fc30e21672bf3d1127952e0cf4bf15 (diff)
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>
Diffstat (limited to 'po')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \