Module Name:    src
Committed By:   szptvlfn
Date:           Tue Nov  3 10:26:06 UTC 2015

Modified Files:
        src/external/mit/xorg/lib/dri: Makefile
        src/external/mit/xorg/lib/libX11: Makefile.libx11

Log Message:
remove redundant \


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/external/mit/xorg/lib/dri/Makefile
cvs rdiff -u -r1.15 -r1.16 src/external/mit/xorg/lib/libX11/Makefile.libx11

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/dri/Makefile
diff -u src/external/mit/xorg/lib/dri/Makefile:1.26 src/external/mit/xorg/lib/dri/Makefile:1.27
--- src/external/mit/xorg/lib/dri/Makefile:1.26	Mon Jan  5 18:51:10 2015
+++ src/external/mit/xorg/lib/dri/Makefile	Tue Nov  3 10:26:06 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/01/05 18:51:10 gson Exp $
+# $NetBSD: Makefile,v 1.27 2015/11/03 10:26:06 szptvlfn Exp $
 
 # Link the mesa_dri_drivers mega driver.
 
@@ -55,7 +55,7 @@ DRI_SOURCES.i915 = \
 	i915_fragprog.c \
 	i915_program.c \
 	i915_state.c \
-	i915_vtbl.c \
+	i915_vtbl.c
 
 I915_INTEL_FILES = \
 	intel_render.c \
@@ -256,7 +256,7 @@ I965_INTEL_FILES = \
 	intel_tex_image.c \
 	intel_tex_subimage.c \
 	intel_tex_validate.c \
-	intel_upload.c \
+	intel_upload.c
 
 .for _f in ${I965_INTEL_FILES}
 BUILDSYMLINKS+=		${X11SRCDIR.MesaLib}/src/mesa/drivers/dri/i965/${_f} i965_${_f}
@@ -278,7 +278,7 @@ DRI_SOURCES.r200 = \
 	r200_sanity.c \
 	r200_fragshader.c \
 	r200_vertprog.c \
-	r200_blit.c \
+	r200_blit.c
 
 R200_RADEON_FILES= \
 	radeon_buffer_objects.c \

Index: src/external/mit/xorg/lib/libX11/Makefile.libx11
diff -u src/external/mit/xorg/lib/libX11/Makefile.libx11:1.15 src/external/mit/xorg/lib/libX11/Makefile.libx11:1.16
--- src/external/mit/xorg/lib/libX11/Makefile.libx11:1.15	Thu Jul 23 08:03:25 2015
+++ src/external/mit/xorg/lib/libX11/Makefile.libx11	Tue Nov  3 10:26:06 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.libx11,v 1.15 2015/07/23 08:03:25 mrg Exp $
+#	$NetBSD: Makefile.libx11,v 1.16 2015/11/03 10:26:06 szptvlfn Exp $
 
 LIB=	X11
 .PATH:	${X11SRCDIR.${LIB}}/src
@@ -263,7 +263,7 @@ SRCS=	\
 	WrBitF.c \
 	XlibAsync.c \
 	XlibInt.c \
-	Xrm.c \
+	Xrm.c
 
 SRCS+=	\
 	UIThrStubs.c 
@@ -331,7 +331,7 @@ SRCS+=	\
 	cmsProp.c \
 	cmsTrig.c \
 	uvY.c \
-	xyY.c \
+	xyY.c
 
 SRCS+=	\
 	XKB.c \
@@ -354,7 +354,7 @@ SRCS+=	\
 	XKBMisc.c \
 	XKBMAlloc.c \
 	XKBGAlloc.c \
-	XKBAlloc.c \
+	XKBAlloc.c
 
 SRCS+=	\
 	XDefaultIMIF.c \
@@ -384,7 +384,7 @@ SRCS+=	\
 	mbWrap.c \
 	utf8WMProps.c \
 	utf8Wrap.c \
-	wcWrap.c \
+	wcWrap.c
 
 CPPFLAGS+=	${X11FLAGS.THREADLIB} ${X11FLAGS.CONNECTION}
 CPPFLAGS+=	-I. -DHAS_SNPRINTF -DLIBX11 -DPOSTLOCALELIBDIR=\"lib\"

Reply via email to