Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 178C4200C10 for ; Fri, 3 Feb 2017 15:34:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1607E160B48; Fri, 3 Feb 2017 14:34:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 578A9160B3F for ; Fri, 3 Feb 2017 15:34:28 +0100 (CET) Received: (qmail 32898 invoked by uid 500); 3 Feb 2017 14:34:27 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 32888 invoked by uid 99); 3 Feb 2017 14:34:27 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2017 14:34:27 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id CCA543A0ABA for ; Fri, 3 Feb 2017 14:34:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1781558 - /subversion/trunk/tools/dev/unix-build/Makefile.svn Date: Fri, 03 Feb 2017 14:34:26 -0000 To: commits@subversion.apache.org From: stsp@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170203143426.CCA543A0ABA@svn01-us-west.apache.org> archived-at: Fri, 03 Feb 2017 14:34:29 -0000 Author: stsp Date: Fri Feb 3 14:34:26 2017 New Revision: 1781558 URL: http://svn.apache.org/viewvc?rev=1781558&view=rev Log: * tools/dev/unix-build/Makefile.svn: Fix gettext-clean target. Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1781558&r1=1781557&r2=1781558&view=diff ============================================================================== --- subversion/trunk/tools/dev/unix-build/Makefile.svn (original) +++ subversion/trunk/tools/dev/unix-build/Makefile.svn Fri Feb 3 14:34:26 2017 @@ -1270,7 +1270,7 @@ gettext-reset: rm -f $(GETTEXT_OBJDIR)/$(f);) gettext-clean: - -(cd $(GETTEXT_OBJDIR) && env MAKEFLAGS= make clean) + -(cd $(GETTEXT_SRCDIR) && env MAKEFLAGS= make clean) # fetch distfile for gettext $(DISTDIR)/$(GETTEXT_DIST):