From 842650bb372b41e33d6eb197f99aecb7a9a6be72 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 8 Jun 2008 22:10:36 +0000 Subject: Mark "coverage" and "profile" targets as phony svn path=/trunk/hubbub/; revision=4313 --- build/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/Makefile.common') diff --git a/build/Makefile.common b/build/Makefile.common index 79b81d1..2fa77ac 100644 --- a/build/Makefile.common +++ b/build/Makefile.common @@ -38,7 +38,8 @@ $(eval $(foreach INC, $(MAKE_INCLUDES), $(call do_include,$(INC)))) # Calculate objects to build OBJECTS := $(subst /,_,$(subst .c,.o,$(SOURCES))) -.PHONY: release debug test clean distclean setup export install uninstall +.PHONY: release debug test coverage profile \ + clean distclean setup export install uninstall # Rules release: setup $(addprefix $(RELEASEDIR)/,$(OBJECTS)) -- cgit v1.2.3