diff options
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 |