Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3d5bd22
Commit
f3d5bd22
authored
Feb 07, 2007
by
Eli Zaretskii
Browse files
($(TRES)): Depend on stamp_BLD, since $(TRES) is put into $(BLD).
parent
a3ee90d9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/makefile.w32-in
src/makefile.w32-in
+1
-1
No files found.
src/ChangeLog
View file @
f3d5bd22
2007-02-07 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in ($(TRES)): Depend on stamp_BLD, since $(TRES) is
put into $(BLD).
2007-02-06 Chong Yidong <cyd@stupidchicken.com>
* frame.c (Fmodify_frame_parameters): Don't bind
...
...
src/makefile.w32-in
View file @
f3d5bd22
...
...
@@ -210,7 +210,7 @@ bootstrap-clean:
# 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)
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment