diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-12-04 18:15:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2022-12-04 18:15:10 +0000 |
commit | 4dd047832bea93083ac1e889f393e286a1221296 (patch) | |
tree | ff3a5b706b46e3798fd99d011cccefe9e5e83cb0 /driver/xf86-video-mach64/Makefile.in | |
parent | 9e5cdf5700982f548fbff7a5db98c46aa0808884 (diff) |
Update xf86-video-mach64 to version 6.9.7.
Diffstat (limited to 'driver/xf86-video-mach64/Makefile.in')
-rw-r--r-- | driver/xf86-video-mach64/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/driver/xf86-video-mach64/Makefile.in b/driver/xf86-video-mach64/Makefile.in index 4b169d002..8197c2f2b 100644 --- a/driver/xf86-video-mach64/Makefile.in +++ b/driver/xf86-video-mach64/Makefile.in @@ -154,9 +154,9 @@ am__relativize = \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" -DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 +DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz GZIP_ENV = --best -DIST_TARGETS = dist-bzip2 dist-gzip +DIST_TARGETS = dist-xz dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' @@ -300,6 +300,7 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -579,6 +580,7 @@ distdir: $(DISTFILES) dist-gzip: distdir tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz $(am__post_remove_distdir) + dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) @@ -586,7 +588,6 @@ dist-bzip2: distdir dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) - dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) |