diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-08-20 18:55:16 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2013-08-20 18:55:16 +0100 |
commit | 84beb3a2a64dbe0e4bad952ea63625ed216bc224 (patch) | |
tree | 4efbdb7f63e5deddedd128ffeb231160ba545fb6 /tools | |
parent | 993815ae3be4ddce2a10106c32e939a99b352a29 (diff) |
quick_dump: Use AM_V_GEN when generating the bindings
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/quick_dump/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am index cc199873..ea480827 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 |