diff options
Diffstat (limited to 'lib/libGL/dri/swrastg/Makefile')
-rw-r--r-- | lib/libGL/dri/swrastg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGL/dri/swrastg/Makefile b/lib/libGL/dri/swrastg/Makefile index d4f2dd297..8fdd627cf 100644 --- a/lib/libGL/dri/swrastg/Makefile +++ b/lib/libGL/dri/swrastg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2013/09/05 15:11:58 jsg Exp $ +# $OpenBSD: Makefile,v 1.10 2014/07/09 21:32:40 jsg Exp $ LIB= swrast_dri.so @@ -32,7 +32,7 @@ DRISW_SOURCES = \ SWRAST_COMMON_SOURCES = \ utils.c \ - drisw_util.c \ + dri_util.c \ xmlconfig.c DRIVER_SOURCES = \ |