From 130592d08c7a4e0a1128ff2a8fea2a34fb58183f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Dec 2006 20:32:59 +0000 Subject: [PATCH] ($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(O). --- src/ChangeLog | 1 + src/makefile.w32-in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2