summaryrefslogtreecommitdiff
path: root/javascript/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/Makefile')
-rw-r--r--javascript/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/Makefile b/javascript/Makefile
index ac73ee716..693ed6541 100644
--- a/javascript/Makefile
+++ b/javascript/Makefile
@@ -35,7 +35,7 @@ D_JSAPI_BINDING += $(patsubst %.c,%.d,$(2))
$(2): $(1) $(OBJROOT)/created
$$(VQ)echo " GENBIND: $(1)"
- $(Q)nsgenbind -I javascript/WebIDL -d $(patsubst %.c,%.d,$(2)) -h $(3) -o $(2) $(1)
+ $(Q)nsgenbind -g -I javascript/WebIDL -d $(patsubst %.c,%.d,$(2)) -h $(3) -o $(2) $(1)
$(3): $(2)