From 25f0bcbaee258ba8922ada5d7b33e53a50ae1c78 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 4 Nov 2012 16:57:41 +0000 Subject: Fix it so that the JSAPI bindings are rebuilt if sources are touched --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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... -- cgit v1.2.3