diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 5ea321df78c..f6fcff659a6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -397,9 +397,9 @@ rallocobj = ralloc.o | |||
| 397 | vmlimitobj = vm-limit.o | 397 | vmlimitobj = vm-limit.o |
| 398 | #endif /* !SYSTEM_MALLOC */ | 398 | #endif /* !SYSTEM_MALLOC */ |
| 399 | 399 | ||
| 400 | ## Empty on Cygwin, lastfile.o elsewhere. | 400 | /* Empty on Cygwin, lastfile.o elsewhere. */ |
| 401 | PRE_ALLOC_OBJ=@PRE_ALLOC_OBJ@ | 401 | PRE_ALLOC_OBJ=@PRE_ALLOC_OBJ@ |
| 402 | ## lastfile.o vm-limit.o on Cygwin, $vmlimitobj elsewhere. | 402 | /* lastfile.o vm-limit.o on Cygwin, $vmlimitobj elsewhere. */ |
| 403 | POST_ALLOC_OBJ=@POST_ALLOC_OBJ@ | 403 | POST_ALLOC_OBJ=@POST_ALLOC_OBJ@ |
| 404 | 404 | ||
| 405 | /* List of object files that make-docfile should not be told about. */ | 405 | /* List of object files that make-docfile should not be told about. */ |