diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-11 21:00:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-11 21:00:16 +0000 |
commit | e1f66ad52a3853778c08de732b0d0cc71c4a2f35 (patch) | |
tree | d06f5671990cc3e39a7bbae4724aebd4ff01d7a0 | |
parent | a5487ff98095c52f3817b47eaf2439e0efc1014f (diff) |
Add .PHONY spec for phony targets.
-rw-r--r-- | Makeconf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -118,6 +118,8 @@ endif # Standard targets +.PHONY: all install libs relink clean + # Installation ifeq ($(doinst),one) all: $(target) |