diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-17 20:20:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-17 20:20:25 +0000 |
commit | cc9165d7bee34d43fd54e62249b84f046f98c4d0 (patch) | |
tree | 010ecfc7f3060417120c126965b02ed5f968fd53 /lib/libGL/dri/Makefile | |
parent | 3359daf9731799fb956469ffedae049b5cc82e68 (diff) |
Update build infrastructure for Mesa 7.4.
Diffstat (limited to 'lib/libGL/dri/Makefile')
-rw-r--r-- | lib/libGL/dri/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libGL/dri/Makefile b/lib/libGL/dri/Makefile index 7ed3c016c..1c89792e5 100644 --- a/lib/libGL/dri/Makefile +++ b/lib/libGL/dri/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2009/01/28 16:10:44 matthieu Exp $ +# $OpenBSD: Makefile,v 1.7 2009/05/17 20:20:23 matthieu Exp $ SUBDIR= swrast @@ -15,8 +15,7 @@ build depend all install clean cleandir: _SUBDIRUSE MESA_INCLUDE= ${.CURDIR}/../../../dist/Mesa/include INCS = \ - dri_interface.h \ - dri_sarea.h + dri_interface.h includes: cd ${MESA_INCLUDE}/GL/internal; for i in ${INCS}; do \ |