Skip to content

Commit 41b425d

Browse files
committed
Make sure pipeline is copied into build dir in out-of-source builds
1 parent d00480f commit 41b425d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

am-shared/tools-analysers-dir-include.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ assets/%.pmhfst: %.pmhfst | assets-dir
153153

154154
# Build the .drb bundle
155155
$(GIELLA_ANL_DRBDISTRO): $(GIELLA_ANL_PIPELINE) $(GIELLA_ANL_ASSETS)
156+
$(AM_V_at)test -f $(GIELLA_ANL_PIPELINE) || cp -f $(srcdir)/$(GIELLA_ANL_PIPELINE) $(GIELLA_ANL_PIPELINE)
156157
$(AM_V_GEN)cd $(builddir) && $(DIVVUN_RUNTIME) bundle
157158

158159
endif # HAVE_DIVVUN_RUNTIME

0 commit comments

Comments
 (0)