From 19cc3735e7884af6417e5c422ceb6c837325d698 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 11 Feb 2014 10:44:15 +0900 Subject: [PATCH] Bug 969801 - Fix make install for js standalone builds after bug 950298. r=gps --- js/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/Makefile.in b/js/src/Makefile.in index 1d5891bcc9c9..5c12ac2990eb 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -311,7 +311,7 @@ install:: $(LIBRARY_NAME).pc # install:: - $(call py_action,process_install_manifest,--no-remove $(DESTDIR)$(includedir)/$(LIBRARY_NAME) _build_manifests/install/dist_include) + $(call py_action,process_install_manifest,--no-remove $(DESTDIR)$(includedir)/$(LIBRARY_NAME) $(DEPTH)/_build_manifests/install/dist_include) # # END SpiderMonkey header installation