From b850b3ac49be0aa4f6f60e7bc29c9e96f0688aea Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 8 Nov 2012 00:46:57 +0000 Subject: ensure we do not have double path separators in the webidl include path --- Makefile.sources.javascript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.sources.javascript b/Makefile.sources.javascript index 88412ec57..eff20524d 100644 --- a/Makefile.sources.javascript +++ b/Makefile.sources.javascript @@ -31,7 +31,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)) -o $(2) $(1) + $(Q)nsgenbind -I javascript/WebIDL -d $(patsubst %.c,%.d,$(2)) -o $(2) $(1) endef -- cgit v1.2.3