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