From 84beb3a2a64dbe0e4bad952ea63625ed216bc224 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Tue, 20 Aug 2013 18:55:16 +0100 Subject: [PATCH] quick_dump: Use AM_V_GEN when generating the bindings Signed-off-by: Damien Lespiau --- tools/quick_dump/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am index cc19987..ea48082 100644 --- a/tools/quick_dump/Makefile.am +++ b/tools/quick_dump/Makefile.am @@ -15,7 +15,7 @@ I915ChipsetPython_la_SOURCES = chipset_wrap_python.c intel_chipset.c \ $(top_srcdir)/lib/intel_dpio.c chipset_wrap_python.c chipset.py: chipset.i - $(SWIG) $(AX_SWIG_PYTHON_OPT) -I/usr/include -I$(top_srcdir)/lib -o $@ $< + $(AM_V_GEN)$(SWIG) $(AX_SWIG_PYTHON_OPT) -I/usr/include -I$(top_srcdir)/lib -o $@ $< all-local: I915ChipsetPython.la $(LN_S) -f .libs/I915ChipsetPython.so _chipset.so -- 2.7.4