From: Eli Zaretskii Date: Fri, 22 Dec 2006 20:32:59 +0000 (+0000) Subject: ($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O). X-Git-Tag: emacs-pretest-22.0.93~497 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=130592d08c7a4e0a1128ff2a8fea2a34fb58183f;p=emacs.git ($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O). --- diff --git a/src/ChangeLog b/src/ChangeLog index 9b764950123..717e6dc3215 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4,6 +4,7 @@ $(BLD). ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD. (bootstrap-temacs): Pass $(XMFLAGS) to sub-make. + ($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O). 2006-12-22 YAMAMOTO Mitsuharu 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): \ # Each object file depends on stamp_BLD, because in parallel builds we must # make sure $(BLD) exists before starting compilations. # -$(OBJ0) $(OBJ1) $(WIN32OBJ): stamp_BLD +$(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O): stamp_BLD