mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
win32: Fix build
Need to take ".exe" into account for file dependencies on win32.
This commit is contained in:
parent
781ad5a1bc
commit
8c61659225
@ -1124,8 +1124,8 @@ template_headers = $(COMPOSITE_TEMPLATES:.ui=.ui.h)
|
||||
|
||||
MAINTAINERCLEANFILES += $(template_headers)
|
||||
|
||||
%.ui.h: %.ui extract-strings
|
||||
$(AM_V_GEN) ./extract-strings $< > $@
|
||||
%.ui.h: %.ui extract-strings$(EXEEXT)
|
||||
$(AM_V_GEN) ./extract-strings$(EXEEXT) $< > $@
|
||||
|
||||
#
|
||||
# rules to generate built sources
|
||||
|
Loading…
Reference in New Issue
Block a user