summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-05-31 13:55:33 +0900
committerAkira TAGOH <akira@tagoh.org>2017-05-31 13:55:33 +0900
commitae9900b8d83bf5ddef22b4d49ab033dcae29bb66 (patch)
treedcfa42f0c0b355585b5741f9b0e60d9e78a7c696 /doc
parent3e4198674dee1c14bec70016ccf0608c69c308cc (diff)
Bug 101202 - fontconfig FTBFS if docbook-utils is installed
https://bugs.freedesktop.org/show_bug.cgi?id=101202
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9141ab23..670aa54b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -123,7 +123,7 @@ noinst_PROGRAMS = \
edit_sgml_SOURCES = \
edit-sgml.c \
$(NULL)
-edit_sgml_CC = $(CC_FOR_BUILD)
+edit_sgml_CC := $(CC_FOR_BUILD)
#
check_SCRIPTS = \
check-missing-doc \