diff options
Diffstat (limited to 'doc/make.texi')
-rw-r--r-- | doc/make.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/make.texi b/doc/make.texi index 8c367ba..9b6f9d8 100644 --- a/doc/make.texi +++ b/doc/make.texi @@ -2423,8 +2423,10 @@ prog3 : prog3.o sort.o utils.o @end example @noindent -Now you can say just @samp{make} to remake all three programs, or specify -as arguments the ones to remake (as in @samp{make prog1 prog3}). +Now you can say just @samp{make} to remake all three programs, or +specify as arguments the ones to remake (as in @samp{make prog1 +prog3}). Phoniness is not inherited: the prerequisites of a phony +target are not themselves phony, unless explicitly declared to be so. When one phony target is a prerequisite of another, it serves as a subroutine of the other. For example, here @samp{make cleanall} will delete the |