summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-04 16:57:41 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-11-04 16:57:41 +0000
commit25f0bcbaee258ba8922ada5d7b33e53a50ae1c78 (patch)
tree272f569b32ff1402bd8bbd09ee505e6a774c026d /Makefile
parent478b57c5d7b683aca78d2fbadc904caf75ddf9b7 (diff)
downloadnetsurf-25f0bcbaee258ba8922ada5d7b33e53a50ae1c78.tar.gz
netsurf-25f0bcbaee258ba8922ada5d7b33e53a50ae1c78.tar.bz2
Fix it so that the JSAPI bindings are rebuilt if sources are touched
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33a10cc17..f512081cd 100644
--- a/Makefile
+++ b/Makefile
@@ -621,6 +621,7 @@ $(eval $(foreach SOURCE,$(filter %.m,$(SOURCES)), \
ifneq ($(MAKECMDGOALS),clean)
-include $(sort $(addprefix $(DEPROOT)/,$(DEPFILES)))
+-include $(D_JSAPI_BINDING)
endif
# And rules to build the objects themselves...