From bcec4f72591347fdba720a27ac42826b0eb6bdd7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Dec 2006 21:04:00 +0000 Subject: [PATCH] ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add $(BLD)lastfile.$(O) and $(BLD)firstfile.$(O). --- src/makefile.w32-in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 70a4c536e87..e8d30a31cc5 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -1491,4 +1491,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) lastfile.$(O): stamp_BLD +$(OBJ0) $(OBJ1) $(WIN32OBJ) $(BLD)/lastfile.$(O) $(BLD)/firstfile.$(O): stamp_BLD -- 2.39.2