# HG changeset patch # User Eli Zaretskii # Date 1166821440 0 # Node ID ed080f3378539a42444d0e24d141c00ed780f6bd # Parent 72b5e33cca587fb882ed8feebd50e4c99af13b2c ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add $(BLD)lastfile.$(O) and $(BLD)firstfile.$(O). diff -r 72b5e33cca58 -r ed080f337853 src/makefile.w32-in --- a/src/makefile.w32-in Fri Dec 22 20:54:52 2006 +0000 +++ b/src/makefile.w32-in Fri Dec 22 21:04:00 2006 +0000 @@ -1491,4 +1491,4 @@ # 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