Autotools: Improve the rule to compile Windows resource file

This commit is contained in:
Colomban Wendling 2014-10-30 02:33:03 +01:00
parent 700c05e413
commit e6fa2c2ac7

View File

@ -124,8 +124,8 @@ geany_LDFLAGS = -mwindows -mms-bitfields
WINDRES = $(host_alias)-windres
geany_private.res:
$(WINDRES) -i $(top_srcdir)/geany_private.rc --input-format=rc -o geany_private.res -O coff;
geany_private.res: $(top_srcdir)/geany_private.rc
$(WINDRES) -i $(top_srcdir)/geany_private.rc --input-format=rc -o $@ -O coff
clean-local:
rm -f geany_private.res