automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

.PHONY targets are not needed?


From: akim
Subject: .PHONY targets are not needed?
Date: Wed, 21 Feb 2001 21:38:34 +0100
User-agent: Mutt/1.3.12i

Is this only GNU Make, or a general property?

/tmp % cat Makefile                                                  21:37 remo
all: foo bar
.PHONY: all foo
/tmp % make                                                          21:37 remo
make: *** No rule to make target `bar', needed by `all'.  Stop.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]