You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/02/03 14:34:26 UTC

svn commit: r1781558 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

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):