From f7983eaff14f757e3cdfef9a6bb7475b155c2cb8 Mon Sep 17 00:00:00 2001 From: "warren%netscape.com" Date: Sat, 1 Aug 1998 00:03:31 +0000 Subject: [PATCH] removed jsj for MOZ_JAVA git-svn-id: svn://10.0.0.236/trunk@7004 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js/makefile.win | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mozilla/js/makefile.win b/mozilla/js/makefile.win index 51ec71dd6d6..3b1f8d316a4 100644 --- a/mozilla/js/makefile.win +++ b/mozilla/js/makefile.win @@ -15,11 +15,6 @@ DEPTH=.. -DIRS=src \ -!ifdef MOZ_JAVA - jsj \ -!endif -$(NULL) - +DIRS=src include <$(DEPTH)\config\rules.mak>