diff --git a/mozilla/js/src/makefile.win b/mozilla/js/src/makefile.win index 1d1be1910a2..75e1e5867ef 100644 --- a/mozilla/js/src/makefile.win +++ b/mozilla/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 #//------------------------------------------------------------------------ #//