summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-06 21:17:25 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-06 21:17:25 +0000
commit8dc5a6faab7b48282c5b3354a018521b4716b271 (patch)
treee27f2c3128e23bb83d3ad71130ea9e774bd7aecb
parente342975b5b34dcbce12536c69fd5df82e013f4ac (diff)
downloadlibhubbub-8dc5a6faab7b48282c5b3354a018521b4716b271.tar.gz
libhubbub-8dc5a6faab7b48282c5b3354a018521b4716b271.tar.bz2
Fix profile and coverage targets
svn path=/trunk/hubbub/; revision=11021
-rw-r--r--src/tokeniser/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tokeniser/Makefile b/src/tokeniser/Makefile
index 9cc7604..aaa089b 100644
--- a/src/tokeniser/Makefile
+++ b/src/tokeniser/Makefile
@@ -7,6 +7,8 @@ $(DIR)entities.inc: build/make-entities.pl build/Entities
$(VQ)$(ECHO) "ENTITIES: $@"
$(Q)$(PERL) build/make-entities.pl
-CLEAN_ITEMS := $(CLEAN_ITEMS) $(DIR)entities.inc
+ifeq ($(findstring clean,$(MAKECMDGOALS)),clean)
+ CLEAN_ITEMS := $(CLEAN_ITEMS) $(DIR)entities.inc
+endif
include build/makefiles/Makefile.subdir