From: Bruno Haible Date: Thu, 14 Mar 2019 18:01:23 +0000 (+0100) Subject: libtextstyle: Fix "make clean" failure in VPATH builds. X-Git-Tag: v0.20~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2633d81215a87752726bdf0ce396fb550cd9b083;p=thirdparty%2Fgettext.git libtextstyle: Fix "make clean" failure in VPATH builds. * libtextstyle/lib/Makefile.am (CLEANDIRS_NOT_IN_SRCDIR): Remove 'textstyle'. (DISTCLEANDIRS_NOT_IN_SRCDIR): Add 'textstyle'. --- diff --git a/libtextstyle/lib/Makefile.am b/libtextstyle/lib/Makefile.am index a58a3ac58..1729efc5a 100644 --- a/libtextstyle/lib/Makefile.am +++ b/libtextstyle/lib/Makefile.am @@ -96,7 +96,7 @@ nobase_nodist_include_HEADERS += textstyle/woe32dll.h # Directories that contain some CLEANFILES. CLEANDIRS = -CLEANDIRS_NOT_IN_SRCDIR = textstyle +CLEANDIRS_NOT_IN_SRCDIR = clean-local: clean-generic @for dir in '' $(CLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \ @@ -114,7 +114,7 @@ clean-local: clean-generic # Directories that contain some DISTCLEANFILES. DISTCLEANDIRS = sys -DISTCLEANDIRS_NOT_IN_SRCDIR = +DISTCLEANDIRS_NOT_IN_SRCDIR = textstyle distclean-local: distclean-generic @for dir in '' $(DISTCLEANDIRS); do \ if test -n "$$dir" && test -d $$dir; then \