diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-07-09 21:32:43 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-07-09 21:32:43 +0000 |
commit | 71677acfac74c6aeb8d69c7c477822d326256463 (patch) | |
tree | 741655380ecbd59a151e55a43b16481e7a0d4ad7 /lib/libGL/dri/r300g/Makefile | |
parent | 473dc96b5bfcd9b8163bba1931980c767d4e8a86 (diff) |
Mesa 10.2.3
Diffstat (limited to 'lib/libGL/dri/r300g/Makefile')
-rw-r--r-- | lib/libGL/dri/r300g/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libGL/dri/r300g/Makefile b/lib/libGL/dri/r300g/Makefile index b5fe923f7..8c1c987cf 100644 --- a/lib/libGL/dri/r300g/Makefile +++ b/lib/libGL/dri/r300g/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2013/09/05 15:11:57 jsg Exp $ +# $OpenBSD: Makefile,v 1.4 2014/07/09 21:32:40 jsg Exp $ LIB= r300_dri.so @@ -36,14 +36,14 @@ COMMON_GALLIUM_SOURCES = \ dri_util.c \ xmlconfig.c -DRIVER_SOURCES = \ - target.c \ +DRIVER_SOURCES = SRCS = \ ${WINSYS_SOURCES} \ ${DRIDRM_SOURCES} \ ${COMMON_GALLIUM_SOURCES} \ - ${DRIVER_SOURCES} + ${DRIVER_SOURCES} \ + drm_target.c LDADD= ../../mesa/libmesagallium/libmesagallium_pic.a \ ../../glsl/libglsl/libglsl_pic.a \ @@ -57,5 +57,5 @@ DPADD= ../../mesa/libmesagallium/libmesagallium_pic.a .PATH: ${GALLIUM}/state_trackers/dri/common .PATH: ${GALLIUM}/state_trackers/dri/drm -.PATH: ${GALLIUM}/targets/dri-r300 +.PATH: ${GALLIUM}/targets/r300/dri .PATH: ${GALLIUM}/winsys/radeon/drm |