summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-03-01 00:05:54 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-03-01 00:05:54 +0100
commit50f6feb9c9d4e8fa92cbaa91199604644e3d87a0 (patch)
tree7c1cc451bb8d2165f2c8210f6560cca79ce83161 /Makefile.am
parentd7c7425cd100b0d193cf0de1e65b9bd01fd3dc0c (diff)
downloadlibxml2-50f6feb9c9d4e8fa92cbaa91199604644e3d87a0.tar.gz
Remove broken bakefile support
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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