This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

.PHONY targets are not needed?


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]