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/r600g/Makefile | |
parent | 473dc96b5bfcd9b8163bba1931980c767d4e8a86 (diff) |
Mesa 10.2.3
Diffstat (limited to 'lib/libGL/dri/r600g/Makefile')
-rw-r--r-- | lib/libGL/dri/r600g/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libGL/dri/r600g/Makefile b/lib/libGL/dri/r600g/Makefile index b74ac8721..8e2a58eb2 100644 --- a/lib/libGL/dri/r600g/Makefile +++ b/lib/libGL/dri/r600g/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2013/09/05 15:11:58 jsg Exp $ +# $OpenBSD: Makefile,v 1.4 2014/07/09 21:32:40 jsg Exp $ LIB= r600_dri.so @@ -37,14 +37,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 \ @@ -58,5 +58,5 @@ DPADD= ../../mesa/libmesagallium/libmesagallium_pic.a .PATH: ${GALLIUM}/state_trackers/dri/common .PATH: ${GALLIUM}/state_trackers/dri/drm -.PATH: ${GALLIUM}/targets/dri-r600 +.PATH: ${GALLIUM}/targets/r600/dri .PATH: ${GALLIUM}/winsys/radeon/drm |