mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-12 08:40:55 +00:00
* doc/make.texi (Special Targets): Fix minor typo
Reported by Andrey Melnikov <vafilor@gmail.com>.
This commit is contained in:
parent
ccbaf3861d
commit
8dc66b6c31
1 changed files with 1 additions and 1 deletions
|
@ -3074,7 +3074,7 @@ Suppose @file{hello.bin} is up to date in regards to the source files,
|
|||
@code{.SECONDARY} make would rebuild @file{hello.o} then rebuild
|
||||
@file{hello.bin} even though the source files had not changed. By declaring
|
||||
@file{hello.o} as @code{.SECONDARY} @code{make} will not need to rebuild it
|
||||
and won't need to rebuild @file{hello.bin} either. Of course, of one of the
|
||||
and won't need to rebuild @file{hello.bin} either. Of course, if one of the
|
||||
source files @emph{were} updated then all object files would be rebuilt so
|
||||
that the creation of @file{hello.bin} could succeed.
|
||||
|
||||
|
|
Loading…
Reference in a new issue