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.$* $< [email protected] && \
- $(STRINGS) [email protected] | $(AWK) -f introspect.awk | \
+ $(STRINGS) [email protected] | $(AWK) -f $(srcdir)/introspect.awk | \
$(DBUS_PREPROCESS) -o $@ - && rm [email protected]
CLEANFILES += \
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel