mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS).
This commit is contained in:
parent
f7ddc2ce5a
commit
8b57a7fde4
@ -1,3 +1,8 @@
|
||||
2007-02-07 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in ($(TRES)): Use literal "../nt/emacs.rc" instead
|
||||
of $(ALL_DEPS).
|
||||
|
||||
2007-02-07 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is
|
||||
|
@ -211,7 +211,7 @@ bootstrap-clean:
|
||||
# it is not necessary on later versions, it is still ok to use it.
|
||||
#
|
||||
$(TRES): ../nt/emacs.rc stamp_BLD
|
||||
$(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)
|
||||
$(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ ../nt/emacs.rc
|
||||
|
||||
#
|
||||
# Build the library. Split up the build into two phases...otherwise we
|
||||
|
Loading…
Reference in New Issue
Block a user