($(TRES)): Use literal "../nt/emacs.rc" instead of $(ALL_DEPS).
This commit is contained in:
parent
f7ddc2ce5a
commit
8b57a7fde4
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue