From 63070fff0278d58683a966e8dfb9332cfd90cba2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 4 Jul 2014 13:36:13 +0200 Subject: [PATCH] build: call generate-setting-docs.py directly instead of through strace This was added for debugging, but is no longer necessary. Also, strace might not be installed on any system so don't depend on it. Signed-off-by: Thomas Haller --- libnm-util/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-util/Makefile.am b/libnm-util/Makefile.am index 90dec54b2..064aca008 100644 --- a/libnm-util/Makefile.am +++ b/libnm-util/Makefile.am @@ -189,7 +189,7 @@ noinst_DATA = nm-setting-docs.xml nm-setting-docs.xml: generate-setting-docs.py NetworkManager-1.0.gir NetworkManager-1.0.typelib libnm-util.la export GI_TYPELIB_PATH=$(abs_builddir)$${GI_TYPELIB_PATH:+:$$GI_TYPELIB_PATH}; \ export LD_LIBRARY_PATH=$(abs_builddir)/.libs$${LD_LIBRARY_PATH:+:$$LD_LIBRARY_PATH}; \ - strace -o /tmp/strace.out $(srcdir)/generate-setting-docs.py \ + $(srcdir)/generate-setting-docs.py \ --gir $(builddir)/NetworkManager-1.0.gir \ --output $@