diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 26f109a3a1..483df31962 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -21,7 +21,7 @@ AM_CPPFLAGS = -I${top_builddir} ${GLIB_CFLAGS} ${GCONF_CFLAGS} ${GNOME_CFLAGS} $ ${GUILE_INCS} \ ${GTK_MAC_CFLAGS} -SUFFIXES = .rc .res +SUFFIXES = .rc # Some settings are platform dependent. Let's define them per platform. if PLATFORM_WIN32 @@ -29,7 +29,7 @@ if PLATFORM_WIN32 GNUCASH_RESOURCE_FILE = gnucash.rc dist_noinst_DATA = gnucash.rc -.rc.res: +.rc.o: $(AM_V_GEN)$(RC) -i '$<' --input-format=rc -o '$@' -O coff configdir = ${GNC_CONFIGDIR}