From 14d2bde56173c02c82b0addbc6cadfe9bfc9c4a6 Mon Sep 17 00:00:00 2001 From: "mkaply%us.ibm.com" Date: Sat, 10 Mar 2001 00:43:00 +0000 Subject: [PATCH] WIN95 build breakage vis hwaara Since Win95 can't recursively invoke NMAKE, need fdlibm in DIRS statement --- js/src/makefile.win | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/src/makefile.win b/js/src/makefile.win index 1d1be1910a2..75e1e5867ef 100644 --- a/js/src/makefile.win +++ b/js/src/makefile.win @@ -44,7 +44,12 @@ DIRS = liveconnect !endif !endif +# Because WIN95 doesn't support recursive make, still need fdlibm in DIRS +!if "$(WINOS)" == "WIN95" +DIRS = $(DIRS) fdlibm xpconnect +!else DIRS = $(DIRS) xpconnect +!endif #//------------------------------------------------------------------------ #//