Mercurial > emacs
diff src/makefile.w32-in @ 74818:ed080f337853
($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add $(BLD)lastfile.$(O) and
$(BLD)firstfile.$(O).
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 22 Dec 2006 21:04:00 +0000 |
| parents | 4c1e088ad443 |
| children | 3d45362f1d38 bc10a33dd40b |
line wrap: on
line diff
--- 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
