summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-27 02:37:40 +0000
committerJim Meyering <jim@meyering.net>1996-06-27 02:37:40 +0000
commit1afd3473fb11dd18e9b2e2158bf9505a3a00bed8 (patch)
treeb090dd8ee77a972314e72c45ee935d719d49629b /po
parent117fb47f992f0ec4bed6ecb9162b563e654ef5d4 (diff)
downloadcoreutils-1afd3473fb11dd18e9b2e2158bf9505a3a00bed8.tar.xz
(install-data): Add `else true;' to avoid
letting failing if-condition cause make to fail. From Fred Fish (fnf@ninemoons.com).
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 43125a8ff..95db1a257 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -150,6 +150,8 @@ install-data: all
$(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
cd $(srcdir) && \
$(INSTALL_DATA) Makefile.in.in $(gettextsrcdir)/Makefile.in.in; \
+ else \
+ true; \
fi
# Define this as empty until I found a useful application.