]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(install-data): Add `else true;' to avoid
authorJim Meyering <jim@meyering.net>
Thu, 27 Jun 1996 02:37:40 +0000 (02:37 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Jun 1996 02:37:40 +0000 (02:37 +0000)
letting failing if-condition cause make to fail.
From Fred Fish (fnf@ninemoons.com).

po/Makefile.in.in

index 43125a8ff873119552901330b993a2356c406539..95db1a257aa754953476312271f8efb6856d3a49 100644 (file)
@@ -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.