diff options
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index cc707cd30bb..90c1ab90a17 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -59,7 +59,7 @@ $(BLD)/preprep.exe: $(BLD)/preprep.$(O) # it is not necessary on later versions, it is still ok to use it.
#
$(TRES): emacs.rc stamp_BLD
- $(RC) $(RC_OUT)$(BLD)/emacs.res $<
+ $(RC) $(RC_OUT)$(BLD)/emacs.res emacs.rc
runemacs: stamp_BLD $(BLD)/runemacs.exe
$(BLD)/runemacs.exe: $(BLD)/runemacs.$(O) $(TRES)
|