diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-05-23 15:20:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-05-23 15:20:09 +0000 |
commit | 1d5ef80d7c13b051e2b67b33dcc58c5118591682 (patch) | |
tree | 950482db73fe4876282e4acdc4560629071634dc /driver/xf86-video-i740/Makefile.in | |
parent | 8e5bf4bc9967efd0888243a74d484e4e8f223748 (diff) |
Merge xf86-video-i740 1.3.5
Diffstat (limited to 'driver/xf86-video-i740/Makefile.in')
-rw-r--r-- | driver/xf86-video-i740/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/driver/xf86-video-i740/Makefile.in b/driver/xf86-video-i740/Makefile.in index 11ce72f98..f897c6349 100644 --- a/driver/xf86-video-i740/Makefile.in +++ b/driver/xf86-video-i740/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.12.2 from Makefile.am. +# Makefile.in generated by automake 1.12.6 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2012 Free Software Foundation, Inc. @@ -239,6 +239,8 @@ PATH_SEPARATOR = @PATH_SEPARATOR@ PCIACCESS_CFLAGS = @PCIACCESS_CFLAGS@ PCIACCESS_LIBS = @PCIACCESS_LIBS@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ @@ -622,9 +624,9 @@ distcheck: dist *.zip*) \ unzip $(distdir).zip ;;\ esac - chmod -R a-w $(distdir); chmod u+w $(distdir) - mkdir $(distdir)/_build - mkdir $(distdir)/_inst + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |