diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-24 07:40:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-24 07:40:24 +0000 |
commit | 9181e608e27a423c1f156e22c3a65e50f7e12f21 (patch) | |
tree | 35dee468bfd7371ea358f2285165e434b33e5de0 /driver/xf86-video-mga/Makefile.in | |
parent | dd181563123030185947194a9808064072f41595 (diff) |
Unbreak xf86-video-mga build after removal of the direct rendering module.
Diffstat (limited to 'driver/xf86-video-mga/Makefile.in')
-rw-r--r-- | driver/xf86-video-mga/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-video-mga/Makefile.in b/driver/xf86-video-mga/Makefile.in index fd57b5d2a..86648ce12 100644 --- a/driver/xf86-video-mga/Makefile.in +++ b/driver/xf86-video-mga/Makefile.in @@ -90,6 +90,7 @@ am__remove_distdir = \ DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 GZIP_ENV = --best distuninstallcheck_listfiles = find . -type f -print +distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ @@ -199,7 +200,6 @@ build_os = @build_os@ build_vendor = @build_vendor@ datadir = @datadir@ datarootdir = @datarootdir@ -distcleancheck_listfiles = @distcleancheck_listfiles@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ |