[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/makefile.w32-in,v
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/src/makefile.w32-in,v |
Date: |
Wed, 07 Feb 2007 18:39:46 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Eli Zaretskii <eliz> 07/02/07 18:39:45
Index: makefile.w32-in
===================================================================
RCS file: /cvsroot/emacs/emacs/src/makefile.w32-in,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- makefile.w32-in 21 Jan 2007 04:18:15 -0000 1.47
+++ makefile.w32-in 7 Feb 2007 18:39:45 -0000 1.48
@@ -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)
#
- [Emacs-diffs] Changes to emacs/src/makefile.w32-in,v,
Eli Zaretskii <=