From: Bruno Haible Date: Fri, 8 Feb 2019 21:25:49 +0000 (+0100) Subject: examples: Fix build failure when building from git (regression from 2018-10-23). X-Git-Tag: v0.20~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a44aa0651fc59b2cceb11f09755f8e2b5ff566b;p=thirdparty%2Fgettext.git examples: Fix build failure when building from git (regression from 2018-10-23). * gettext-tools/examples/po/xsmallpot.sh: Build less of 'hello-pascal'. --- diff --git a/gettext-tools/examples/po/xsmallpot.sh b/gettext-tools/examples/po/xsmallpot.sh index ade5b473d..badba5e71 100755 --- a/gettext-tools/examples/po/xsmallpot.sh +++ b/gettext-tools/examples/po/xsmallpot.sh @@ -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