From 02d1ad68078626eb8b2c19af5309f53dda1390fb Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Sun, 4 Feb 2001 06:27:59 +0000 Subject: [PATCH] Fix fdlibm/mozjs dependency problem by making sure that fdlibm is always built before mozjs. --- build/unix/modules.mk | 2 +- js/Makefile.in | 2 +- js/src/Makefile.in | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/unix/modules.mk b/build/unix/modules.mk index 04652744c6fe..ce7dc464725d 100644 --- a/build/unix/modules.mk +++ b/build/unix/modules.mk @@ -50,7 +50,7 @@ BM_CVS_dbm = $(BM_DIRS_dbm) # # js # -BM_DIRS_js = $(NSPRPUB_DIR) js/src +BM_DIRS_js = $(NSPRPUB_DIR) js BM_CVS_js = $(NSPRPUB_DIR) BM_CVS_NS_js = js js/src js/src/fdlibm diff --git a/js/Makefile.in b/js/Makefile.in index 25acb19a56e2..68fd7dcfe949 100644 --- a/js/Makefile.in +++ b/js/Makefile.in @@ -45,7 +45,7 @@ include $(DEPTH)/config/autoconf.mk # See top-level makefile for details # -DIRS = src +DIRS = src/fdlibm src ifdef MOZ_JAVA DIRS += jsj diff --git a/js/src/Makefile.in b/js/src/Makefile.in index 164f0fcfed9b..9bf946bba282 100644 --- a/js/src/Makefile.in +++ b/js/src/Makefile.in @@ -42,8 +42,6 @@ include $(DEPTH)/config/autoconf.mk MODULE = js LIBRARY_NAME = mozjs -DIRS = fdlibm - CSRCS = \ jsapi.c \ jsarena.c \