From 79e557bbe83845df21575b525ea8aadbea29f6ce Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 30 Oct 2012 13:49:02 +0000 Subject: Move WebIDL to be available for all binding types not just jsapi (spidermonkey) Add conversion message display --- Makefile.sources.javascript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.sources.javascript') diff --git a/Makefile.sources.javascript b/Makefile.sources.javascript index db63050cf..e188df6c1 100644 --- a/Makefile.sources.javascript +++ b/Makefile.sources.javascript @@ -21,7 +21,8 @@ define convert_jsapi_binding S_JSAPI_BINDING += $(2) $(2): $(1) - $(Q)nsgenbind -I javascript/jsapi/WebIDL/ -o $(2) $(1) + $$(VQ)echo " GENBIND: $(1)" + $(Q)nsgenbind -I javascript/WebIDL/ -o $(2) $(1) endef -- cgit v1.2.3