2013-03-03 Yaakov Selkowitz * Makefile.am (res.o): Add rule to force rebuild upon change to setup.exe.manifest, which is included by res.rc. Index: Makefile.am =================================================================== RCS file: /cvs/cygwin-apps/setup/Makefile.am,v retrieving revision 2.92 diff -u -p -r2.92 Makefile.am --- Makefile.am 17 Feb 2013 22:16:23 -0000 2.92 +++ Makefile.am 3 Mar 2013 05:31:03 -0000 @@ -290,6 +290,9 @@ setup_version.c : $(srcdir)/ChangeLog Ma echo 'const char *setup_version = version_store + sizeof (VERSION_PREFIX);') > version.tmp && \ mv version.tmp setup_version.c +# setup.exe.manifest is included in res.rc +res.o: setup.exe.manifest + .rc.o: $(AM_V_GEN)$(WINDRES) --include-dir $(srcdir) -o $@ $<