diff options
| author | Eli Zaretskii | 2006-12-22 20:32:59 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-22 20:32:59 +0000 |
| commit | 130592d08c7a4e0a1128ff2a8fea2a34fb58183f (patch) | |
| tree | 04d88055894f97f7b4cfc4bf0504661eefedbb55 /src/makefile.w32-in | |
| parent | d569f07433c3c5fbab6b8ed1faac5d1a1a1e3676 (diff) | |
| download | emacs-130592d08c7a4e0a1128ff2a8fea2a34fb58183f.tar.gz emacs-130592d08c7a4e0a1128ff2a8fea2a34fb58183f.zip | |
($(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O)): Add lastfile.$(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 ec392a7fbd0..a37cec2794e 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -1490,4 +1490,4 @@ $(BLD)/w32bdf.$(O): \ | |||
| 1490 | # Each object file depends on stamp_BLD, because in parallel builds we must | 1490 | # Each object file depends on stamp_BLD, because in parallel builds we must |
| 1491 | # make sure $(BLD) exists before starting compilations. | 1491 | # make sure $(BLD) exists before starting compilations. |
| 1492 | # | 1492 | # |
| 1493 | $(OBJ0) $(OBJ1) $(WIN32OBJ): stamp_BLD | 1493 | $(OBJ0) $(OBJ1) $(WIN32OBJ) lastfile.$(O): stamp_BLD |