summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@humppa.nl>2011-12-05 11:20:57 +0100
committerJasper Lievisse Adriaanse <jasper@humppa.nl>2011-12-05 11:20:57 +0100
commitacc84ac7ed78255c261c6d1d1eb3c916173ba681 (patch)
tree4de7a1b9f510814dfa95338264d70666fb5f8586
parent8b460b3d92a9961fbe4865340f8d2c88a95a953a (diff)
downloadgobject-introspection-acc84ac7ed78255c261c6d1d1eb3c916173ba681.tar.gz
- Fix a substitution:
use TOOL_SUBSTITUTIONS like the others, to fix an unsubstitued @datarootdir@ in g-ir-doc-tool https://bugzilla.gnome.org/show_bug.cgi?id=659649
-rw-r--r--Makefile-tools.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-tools.am b/Makefile-tools.am
index 84858c84..f84de999 100644
--- a/Makefile-tools.am
+++ b/Makefile-tools.am
@@ -17,7 +17,7 @@ g-ir-annotation-tool: tools/g-ir-annotation-tool.in _giscanner.la Makefile
@chmod a+x $@
g-ir-doc-tool: tools/g-ir-doc-tool.in _giscanner.la Makefile
- $(AM_V_GEN) sed -e s,@libdir\@,$(libdir), -e s,@PYTHON\@,$(PYTHON), $< > $@.tmp && mv $@.tmp $@
+ $(AM_V_GEN) $(TOOL_SUBSTITUTIONS) $< > $@.tmp && mv $@.tmp $@
@chmod a+x $@
g_ir_compiler_SOURCES = tools/compiler.c