The introspect AWK script is located in the source tree, which is not necessarily the same as the build tree, so prepend $(srcdir). --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am index 2fa6ecb..7cd6787 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1126,7 +1126,7 @@ DBUS_PREPROCESS = $(CPP) -P $(DBUS_CFLAGS) -imacros dbus/dbus-protocol.h org.freedesktop.systemd1.%.xml: systemd $(AM_V_GEN)$(OBJCOPY) -O binary -j introspect.$* $< $...@.tmp && \ - $(STRINGS) $...@.tmp | $(AWK) -f introspect.awk | \ + $(STRINGS) $...@.tmp | $(AWK) -f $(srcdir)/introspect.awk | \ $(DBUS_PREPROCESS) -o $@ - && rm $...@.tmp CLEANFILES += \ _______________________________________________ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel