Mercurial > emacs
diff src/makefile.w32-in @ 75710:0de586e9024e
($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD).
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Wed, 07 Feb 2007 18:39:45 +0000 |
| parents | 3d45362f1d38 |
| children | 1e03c5a4215f |
line wrap: on
line diff
--- a/src/makefile.w32-in Wed Feb 07 17:08:36 2007 +0000 +++ b/src/makefile.w32-in Wed Feb 07 18:39:45 2007 +0000 @@ -210,7 +210,7 @@ # The resource file. NT 3.10 requires the use of cvtres; even though # it is not necessary on later versions, it is still ok to use it. # -$(TRES): ../nt/emacs.rc +$(TRES): ../nt/emacs.rc stamp_BLD $(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS) #
