bt2: Fix Makefile dependency tracking when building out of tree
[babeltrace.git] / bindings / python / bt2 / Makefile.am
index 6482d0c217b67ef2172b923abc0a7d7fc2498193..bc5c7f187a337390a0a92714293fba9096b2fc37 100644 (file)
@@ -70,7 +70,7 @@ BUILD_FLAGS=CC="$(CC)" \
 
 all-local: build-python-bindings.stamp
 
-copy-static-deps.stamp: $(STATIC_BINDINGS_DEPS)
+copy-static-deps.stamp: $(addprefix $(srcdir)/, $(STATIC_BINDINGS_DEPS))
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
                for file in $(STATIC_BINDINGS_DEPS); do \
                        cp -f $(srcdir)/$$file $(builddir)/$$file; \
This page took 0.02447 seconds and 4 git commands to generate.