X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fbt2%2FMakefile.am;h=bc5c7f187a337390a0a92714293fba9096b2fc37;hb=dea730f4af098c0369a245c4c5089d027c56fe5b;hp=6482d0c217b67ef2172b923abc0a7d7fc2498193;hpb=95dc9c849ed229971f663b54841d8729c7495f47;p=babeltrace.git diff --git a/bindings/python/bt2/Makefile.am b/bindings/python/bt2/Makefile.am index 6482d0c2..bc5c7f18 100644 --- a/bindings/python/bt2/Makefile.am +++ b/bindings/python/bt2/Makefile.am @@ -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; \