]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Fix build failure when building from git (regression from 2018-10-23).
authorBruno Haible <bruno@clisp.org>
Fri, 8 Feb 2019 21:25:49 +0000 (22:25 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 8 Feb 2019 21:25:49 +0000 (22:25 +0100)
* gettext-tools/examples/po/xsmallpot.sh: Build less of 'hello-pascal'.

gettext-tools/examples/po/xsmallpot.sh

index ade5b473d78cf5b9f7e0e30a6fc6bfdd4afe3821..badba5e71e94a3dad2a5236fb847b731354b12f3 100755 (executable)
@@ -45,7 +45,7 @@ EOF
     ./autogen.sh
     ./configure
     # Build hello.rsj.
-    make
+    make hello.rsj
     ;;
   *)
     grep '^\(AC_INIT\|AC_CONFIG\|AC_PROG_\|AC_SUBST(.*OBJC\|AM_INIT\|AM_CONDITIONAL\|AM_GNU_GETTEXT\|AM_PO_SUBDIRS\|AC_OUTPUT\)' configure.ac > tmp-configure.ac