diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 21:04:00 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-22 21:04:00 +0000 |
commit | bcec4f72591347fdba720a27ac42826b0eb6bdd7 (patch) | |
tree | 40c439900da3d83b2cdd469330c67d6853a1b549 /src/makefile.w32-in | |
parent | 55b5878dfec8f6529c0e37b9043e4d8b5feeb731 (diff) | |
download | emacs-bcec4f72591347fdba720a27ac42826b0eb6bdd7.tar.gz |
($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add $(BLD)lastfile.$(O) and
$(BLD)firstfile.$(O).
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |