win32: Fix build

Need to take ".exe" into account for file dependencies on win32.
This commit is contained in:
Alexander Larsson 2013-04-11 11:22:27 +02:00
parent 781ad5a1bc
commit 8c61659225

View File

@ -1124,8 +1124,8 @@ template_headers = $(COMPOSITE_TEMPLATES:.ui=.ui.h)
MAINTAINERCLEANFILES += $(template_headers) MAINTAINERCLEANFILES += $(template_headers)
%.ui.h: %.ui extract-strings %.ui.h: %.ui extract-strings$(EXEEXT)
$(AM_V_GEN) ./extract-strings $< > $@ $(AM_V_GEN) ./extract-strings$(EXEEXT) $< > $@
# #
# rules to generate built sources # rules to generate built sources