From patchwork Fri Dec 1 14:15:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 24675 Received: (qmail 102582 invoked by alias); 1 Dec 2017 14:15:51 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 100878 invoked by uid 89); 1 Dec 2017 14:15:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, KB_WAM_FROM_NAME_SINGLEWORD, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=fingerprint X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-out.m-online.net X-Auth-Info: AWKvg+ARwpxlM02oogkYD3LaaR6N8YzhoO36RpCPsZdg5ChY3eFz21juL3QE4mHs From: Andreas Schwab To: Joseph Myers Cc: Juro Bystricky , , , Subject: Re: [PATCH v2 1/1] plural.c: improve reproducibility References: <1510709875-3074-1-git-send-email-juro.bystricky@intel.com> <1510709875-3074-2-git-send-email-juro.bystricky@intel.com> X-Yow: BARRY.. That was the most HEART-WARMING rendition of ``I DID IT MY WAY'' I've ever heard!! Date: Fri, 01 Dec 2017 15:15:43 +0100 In-Reply-To: (Joseph Myers's message of "Thu, 30 Nov 2017 21:26:03 +0000") Message-ID: <87r2se4jqo.fsf@linux-m68k.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) MIME-Version: 1.0 * intl/Makefile ($(objpfx)plural.c): Add $(make-target-directory). diff --git a/intl/Makefile b/intl/Makefile index 2deb6ef25e..4ab9e5cd63 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -42,6 +42,7 @@ generated += msgs.h mtrace-tst-gettext.out tst-gettext.mtrace plural.c generated-dirs += domaindir localedir $(objpfx)plural.c: plural.y + $(make-target-directory) $(BISON) $(BISONFLAGS) $@ $^ $(objpfx)plural.o: $(objpfx)plural.c