($(TRES)): Don't use $<, as nmake supports it only in implicit rules.
Use literal "emacs.rc" instead.
This commit is contained in:
parent
3442bbbb30
commit
2126efcc17
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue