]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Fix "make clean" failure in VPATH builds.
authorBruno Haible <bruno@clisp.org>
Thu, 14 Mar 2019 18:01:23 +0000 (19:01 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 14 Mar 2019 18:02:20 +0000 (19:02 +0100)
* libtextstyle/lib/Makefile.am (CLEANDIRS_NOT_IN_SRCDIR): Remove 'textstyle'.
(DISTCLEANDIRS_NOT_IN_SRCDIR): Add 'textstyle'.

libtextstyle/lib/Makefile.am

index a58a3ac586d6c83e47b89b7e0d3d295ded9825a8..1729efc5aad0ace17fafb2d5aff1677ca69018c7 100644 (file)
@@ -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 \