Module Name: src
Committed By: szptvlfn
Date: Tue Nov 3 10:43:31 UTC 2015
Modified Files:
src/external/mit/xorg/lib/gallium: Makefile
Log Message:
remove redundant \
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/mit/xorg/lib/gallium/Makefile
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/gallium/Makefile
diff -u src/external/mit/xorg/lib/gallium/Makefile:1.11 src/external/mit/xorg/lib/gallium/Makefile:1.12
--- src/external/mit/xorg/lib/gallium/Makefile:1.11 Sat Oct 31 20:13:45 2015
+++ src/external/mit/xorg/lib/gallium/Makefile Tue Nov 3 10:43:31 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/10/31 20:13:45 mrg Exp $
+# $NetBSD: Makefile,v 1.12 2015/11/03 10:43:31 szptvlfn Exp $
# Link the gallium mega driver.
@@ -523,7 +523,7 @@ CPPFLAGS.${_f} += -I${X11SRCDIR.MesaLib}
CPPFLAGS+= \
-DGALLIUM_SOFTPIPE \
-DGALLIUM_STATIC_TARGETS=1 \
- -DMESA_EGL_NO_X11_HEADERS \
+ -DMESA_EGL_NO_X11_HEADERS
.for _d in ${GALLIUM_SUBDIRS}
SRCS+= ${GALLIUM_SOURCES.${_d}}