summaryrefslogtreecommitdiffstats
path: root/vidix/dhahelperwin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/dhahelperwin/Makefile')
-rw-r--r--vidix/dhahelperwin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidix/dhahelperwin/Makefile b/vidix/dhahelperwin/Makefile
index d0965b7faf..d6f8f94408 100644
--- a/vidix/dhahelperwin/Makefile
+++ b/vidix/dhahelperwin/Makefile
@@ -9,7 +9,7 @@ dhahelper.o: dhahelper.c dhahelper.h
$(CC) -Wall -Os -c $< -o $@
dhahelper-rc.o: dhahelper.rc common.ver ntverp.h
- windres -I. $< $@
+ $(WINDRES) -I. $< $@
base.tmp: dhahelper.o dhahelper-rc.o
$(CC) -Wl,--base-file,$@ \