summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-06-08 22:10:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-06-08 22:10:36 +0000
commit842650bb372b41e33d6eb197f99aecb7a9a6be72 (patch)
tree1316a197dc0b095be310597162280018cce14a55 /build
parent1350c363e81dba44797474a4b7e04c897f52b99d (diff)
downloadlibhubbub-842650bb372b41e33d6eb197f99aecb7a9a6be72.tar.gz
libhubbub-842650bb372b41e33d6eb197f99aecb7a9a6be72.tar.bz2
Mark "coverage" and "profile" targets as phony
svn path=/trunk/hubbub/; revision=4313
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.common3
1 files changed, 2 insertions, 1 deletions
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))