From: Dmitry Smirnov Date: Sat, 6 Jun 2020 00:26:42 +0000 (+0100) Subject: prevent breaking source tree X-Git-Tag: archive/raspbian/3.0.4_dfsg-1+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8e259b1f595716862e222c95a5ee5ce36cb1f59f;p=abiword.git prevent breaking source tree Forwarded: not-needed Last-Update: 2020-06-05 Without this patch abiword breaks its own source tree so the second build fail Last-Update: 2020-06-05 Gbp-Pq: Name make-clean.patch --- diff --git a/Makefile.am b/Makefile.am index fd7199a..0813434 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,11 +64,7 @@ EXTRA_DIST = \ lt-compile-resource DISTCLEANFILES = \ - abiword-$(ABIWORD_SERIES).pc \ - plugin-builtin.m4 \ - plugin-configure.m4 \ - plugin-list.m4 \ - plugin-makefiles.m4 + abiword-$(ABIWORD_SERIES).pc abiword-$(ABIWORD_SERIES).pc: libabiword.pc cp $< $@ diff --git a/src/wp/test/Makefile.am b/src/wp/test/Makefile.am index 935ed00..0b20ae1 100644 --- a/src/wp/test/Makefile.am +++ b/src/wp/test/Makefile.am @@ -19,4 +19,4 @@ #include $(top_srcdir)/includes.mk SUBDIRS= xp @PLATFORM@ -DIST_SUBDIRS = cocoa unix win xp +DIST_SUBDIRS = unix xp