summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-03-01 17:18:56 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2022-03-01 17:18:56 +0100
commit8f3bd262413fbac0c2314249ea3836667fce4538 (patch)
tree8911ef72a700ab9f3fa2203b8eba839cfce0dd6b /Makefile.am
parent041ed3d6b0ccc65aa66a32ec92da150e7cf9cee4 (diff)
downloadlibxml2-8f3bd262413fbac0c2314249ea3836667fce4538.tar.gz
Remove broken VxWorks 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 f5a9b590..fdbbc403 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 os400 vms VxWorks test result) | (cd $(distdir); tar xf -)
+ (cd $(srcdir) ; tar -cf - --exclude .git win32 os400 vms 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