This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
.PHONY targets are not needed?
- To: automake at gnu dot org
- Subject: .PHONY targets are not needed?
- From: akim at lrde dot epita dot fr
- Date: Wed, 21 Feb 2001 21:38:34 +0100
- List-Id: Discussion list for automake <automake.gnu.org>
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.