diff options
| author | Eli Zaretskii | 2006-12-22 21:04:00 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-22 21:04:00 +0000 |
| commit | bcec4f72591347fdba720a27ac42826b0eb6bdd7 (patch) | |
| tree | 40c439900da3d83b2cdd469330c67d6853a1b549 /src | |
| parent | 55b5878dfec8f6529c0e37b9043e4d8b5feeb731 (diff) | |
| download | emacs-bcec4f72591347fdba720a27ac42826b0eb6bdd7.tar.gz emacs-bcec4f72591347fdba720a27ac42826b0eb6bdd7.zip | |
($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add $(BLD)lastfile.$(O) and
$(BLD)firstfile.$(O).
Diffstat (limited to 'src')
| -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): \ | |||
| 1491 | # Each object file depends on stamp_BLD, because in parallel builds we must | 1491 | # Each object file depends on stamp_BLD, because in parallel builds we must |
| 1492 | # make sure $(BLD) exists before starting compilations. | 1492 | # make sure $(BLD) exists before starting compilations. |
| 1493 | # | 1493 | # |
| 1494 | $(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O): stamp_BLD | 1494 | $(OBJ0) $(OBJ1) $(WIN32OBJ) $(BLD)/lastfile.$(O) $(BLD)/firstfile.$(O): stamp_BLD |