add .PHONY so that build target always builds. not part of the default build.

This commit is contained in:
bryner%netscape.com 2003-04-10 20:47:12 +00:00
parent f78fc1b8d8
commit 67766f8a38

View File

@ -127,3 +127,5 @@ build:
clean distclean:
$(MAKE) -f client.mk $@
$(RM) -rf camino/build
.PHONY: checkout real_checkout build clean distclean