From 50f6feb9c9d4e8fa92cbaa91199604644e3d87a0 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Tue, 1 Mar 2022 00:05:54 +0100 Subject: Remove broken bakefile support --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bd5b7d36..4ffcea4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1209,7 +1209,7 @@ cleanup: dist-hook: cleanup libxml2.spec -cp libxml2.spec $(distdir) - (cd $(srcdir) ; tar -cf - --exclude .git win32 macos os400 vms VxWorks bakefile test result) | (cd $(distdir); tar xf -) + (cd $(srcdir) ; tar -cf - --exclude .git win32 macos os400 vms VxWorks test result) | (cd $(distdir); tar xf -) dist-source: distdir $(AMTAR) -chof - --exclude Tests --exclude test --exclude result $(distdir) | GZIP=$(GZIP_ENV) gzip -c >`echo "$(distdir)" | sed "s+libxml2+libxml2-sources+"`.tar.gz -- cgit v1.2.1