There was an error while loading. Please reload this page.
1 parent baba760 commit c1cc104Copy full SHA for c1cc104
1 file changed
am-shared/tools-tts-dir-include.am
@@ -241,7 +241,11 @@ assets/%.pmhfst: %.pmhfst | assets-dir
241
# Build the .drb bundle
242
$(GIELLA_TTS_DRBDISTRO): $(GIELLA_TTS_PIPELINE) \
243
$(GIELLA_TTS_ASSETS)
244
- $(AM_V_at)test -f $(GIELLA_TTS_PIPELINE) || cp -f $(srcdir)/$(GIELLA_TTS_PIPELINE) $(GIELLA_TTS_PIPELINE)
+ $(AM_V_at)if test -f $(srcdir)/$(GIELLA_TTS_PIPELINE) && \
245
+ ( test ! -f $(GIELLA_TTS_PIPELINE) || \
246
+ test $(srcdir)/$(GIELLA_TTS_PIPELINE) -nt $(GIELLA_TTS_PIPELINE) ); then \
247
+ cp -f $(srcdir)/$(GIELLA_TTS_PIPELINE) $(GIELLA_TTS_PIPELINE); \
248
+ fi
249
$(AM_V_GEN)cd $(builddir) && $(DIVVUN_RUNTIME) bundle
250
251
endif # HAVE_DIVVUN_RUNTIME
0 commit comments