Bug 731013 - cross-compilation broken when building extract-strings
It is actually a bad idea to use noinst_PROGRAMS for build tools, because it adds a $(EXEEXT). It is best to override the all target with all-local to trigger the tool build.
This commit is contained in:
@ -114,7 +114,7 @@ templates = \
|
||||
|
||||
template_headers = $(templates:.ui=.ui.h)
|
||||
|
||||
extract_strings = $(top_builddir)/util/extract-strings
|
||||
extract_strings = $(top_builddir)/util/extract-strings$(BUILD_EXEEXT)
|
||||
|
||||
%.ui.h : %.ui
|
||||
$(AM_V_GEN) $(extract_strings) $< > $@
|
||||
|
||||
Reference in New Issue
Block a user