summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-08-03 15:16:11 +0100
committerVincent Sanders <vince@kyllikki.org>2015-08-03 15:16:11 +0100
commitfcdec4efc70864533ad940ea0bcb7dd4ea13f41a (patch)
treee32abde3baf431d9b05edab055d3a03ce9322ab8 /Makefile
parent11b6a979ac323aa0baf1efffe7a088a616cef0f9 (diff)
downloadnetsurf-fcdec4efc70864533ad940ea0bcb7dd4ea13f41a.tar.gz
netsurf-fcdec4efc70864533ad940ea0bcb7dd4ea13f41a.tar.bz2
Improve genbind calling and makefile handling in general
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d03062147..784c42f6c 100644
--- a/Makefile
+++ b/Makefile
@@ -783,7 +783,6 @@ $(eval $(foreach SOURCE,$(filter %.m,$(SOURCES)), \
ifeq ($(filter $(MAKECMDGOALS),clean test coverage),)
-include $(sort $(addprefix $(DEPROOT)/,$(DEPFILES)))
--include $(D_JSAPI_BINDING)
endif
# And rules to build the objects themselves...