aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-22 20:32:59 +0000
committerEli Zaretskii2006-12-22 20:32:59 +0000
commit130592d08c7a4e0a1128ff2a8fea2a34fb58183f (patch)
tree04d88055894f97f7b4cfc4bf0504661eefedbb55 /src
parentd569f07433c3c5fbab6b8ed1faac5d1a1a1e3676 (diff)
downloademacs-130592d08c7a4e0a1128ff2a8fea2a34fb58183f.tar.gz
emacs-130592d08c7a4e0a1128ff2a8fea2a34fb58183f.zip
($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
-rw-r--r--src/makefile.w32-in2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9b764950123..717e6dc3215 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,7 @@
4 $(BLD). 4 $(BLD).
5 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD. 5 ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD.
6 (bootstrap-temacs): Pass $(XMFLAGS) to sub-make. 6 (bootstrap-temacs): Pass $(XMFLAGS) to sub-make.
7 ($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O).
7 8
82006-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 92006-12-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9 10
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index ec392a7fbd0..a37cec2794e 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -1490,4 +1490,4 @@ $(BLD)/w32bdf.$(O): \
1490# Each object file depends on stamp_BLD, because in parallel builds we must 1490# Each object file depends on stamp_BLD, because in parallel builds we must
1491# make sure $(BLD) exists before starting compilations. 1491# make sure $(BLD) exists before starting compilations.
1492# 1492#
1493$(OBJ0) $(OBJ1) $(WIN32OBJ): stamp_BLD 1493$(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O): stamp_BLD