commit | 891f8dcd251e98befee17f2d00baf8b2f54b728d | [log] [tgz] |
---|---|---|
author | Jan Vesely <jano.vesely@gmail.com> | Sat Mar 19 21:58:54 2016 -0400 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Tue Jun 07 18:02:49 2016 +0300 |
tree | 37cf468790ff71c2b3ab7433212b85f00db49cfb | |
parent | a5cbe92199fc30e21672bf3d1127952e0cf4bf15 [diff] [blame] |
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>
diff --git a/po/Makefile b/po/Makefile index b271f79..7bab09d 100644 --- a/po/Makefile +++ b/po/Makefile
@@ -32,7 +32,7 @@ build: $(OBJS) clean: - $(RM) $(OBJS) + rm -f $(OBJS) install: $(OBJS) for obj in $(OBJS); do \