summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f907219..31d6294c 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ dbg/%-win.o: $(top_srcdir)%.c
opt/%-win.o: $(top_srcdir)%.c
$(call COMPILE_C_WITH_DEPS,-DCONFIG_WIN_MAIN=1 $(OPT_FLAGS))
-%.res: %.rc
+win/%.res: $(top_srcdir)win/%.rc
$(call WINDRES)
# The following pattern rule is used for test targets built by configure