summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-11 21:00:16 +0000
committerRoland McGrath <roland@gnu.org>1996-05-11 21:00:16 +0000
commite1f66ad52a3853778c08de732b0d0cc71c4a2f35 (patch)
treed06f5671990cc3e39a7bbae4724aebd4ff01d7a0
parenta5487ff98095c52f3817b47eaf2439e0efc1014f (diff)
Add .PHONY spec for phony targets.
-rw-r--r--Makeconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makeconf b/Makeconf
index a9c94974..95e7d43d 100644
--- a/Makeconf
+++ b/Makeconf
@@ -118,6 +118,8 @@ endif
# Standard targets
+.PHONY: all install libs relink clean
+
# Installation
ifeq ($(doinst),one)
all: $(target)