From af1f1f375d0f0fdaf885f72fdbcd873f2203d227 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 24 Nov 2016 23:41:24 +0000 Subject: make nsgenbind call last in rule so faliures are noticed by make --- content/handlers/javascript/duktape/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/content/handlers/javascript/duktape/Makefile b/content/handlers/javascript/duktape/Makefile index 89f83b153..37e33d59a 100644 --- a/content/handlers/javascript/duktape/Makefile +++ b/content/handlers/javascript/duktape/Makefile @@ -15,7 +15,6 @@ $(OBJROOT)/duktape/binding.h $(OBJROOT)/duktape/Makefile: content/handlers/javas $(Q)mkdir -p $(OBJROOT)/duktape $(VQ)echo " GENBIND: $<" $(Q)nsgenbind $(GBFLAGS) -I content/handlers/javascript/WebIDL $< $(OBJROOT)/duktape - $(VQ)echo " GENBIND: completed" # create unimplemented report for doxygen Docs/UnimplementedJavascript.txt: content/handlers/javascript/duktape/netsurf.bnd $(BINDINGS) -- cgit v1.2.3