[cairo-commit] src/Makefile.sources
M. Joonas Pihlaja
joonas at kemper.freedesktop.org
Thu Sep 2 03:58:15 PDT 2010
src/Makefile.sources | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f5632d641c44a143386ca3b413e90ed3b1a85f89
Author: M Joonas Pihlaja <jpihlaja at cc.helsinki.fi>
Date: Thu Sep 2 13:55:55 2010 +0300
build: Remove stray backslash.
A stray backslash bwetween two assignment lines apparently
invokes a GNU make extension for conditional assignments.
This patch fixes the build when using the native Solaris make.
diff --git a/src/Makefile.sources b/src/Makefile.sources
index e2759cc..e1b16d0 100644
--- a/src/Makefile.sources
+++ b/src/Makefile.sources
@@ -376,7 +376,7 @@ req_cairo_deflate_stream_sources = $(cairo_deflate_stream_sources)
endif
cairo_tee_headers = cairo-tee.h
-cairo_tee_private = cairo-tee-surface-private.h \
+cairo_tee_private = cairo-tee-surface-private.h
cairo_tee_sources = cairo-tee-surface.c
cairo_xml_headers = cairo-xml.h
More information about the cairo-commit
mailing list