Skip to content

Commit

Permalink
build: Remove stray backslash.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
M Joonas Pihlaja committed Sep 2, 2010
1 parent 3a8b8fc commit f5632d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.sources
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5632d6

Please sign in to comment.