From dbc6087b46cc9846a58fba5c38a6fc96f4581720 Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Thu, 19 Feb 2009 21:52:17 -0500 Subject: [PATCH] Followup to bug 478443 - The creation of these directories also depends on the existence of nsinstall. This was found in tryserver clobber builds. --- js/src/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/Makefile.in b/js/src/Makefile.in index c69793ff4753..01e4bd7fc00f 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -324,6 +324,7 @@ ifneq ($(OS_ARCH), WINCE) # so we'll have to manually ensure it gets built here if we want to use # $(EXPORTS) export:: config/nsinstall$(HOST_BIN_SUFFIX) +$(PUBLIC) $(SDK_PUBLIC): config/nsinstall$(HOST_BIN_SUFFIX) config/nsinstall$(HOST_BIN_SUFFIX): $(srcdir)/config/nsinstall.c $(srcdir)/config/pathsub.c $(MAKE) -C config/ nsinstall$(HOST_BIN_SUFFIX)