updated rules

git-svn-id: svn://10.0.0.236/trunk@4682 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ricardob 1998-06-30 00:04:44 +00:00
parent a7a6b3c351
commit 81dd8a938c
4 changed files with 3 additions and 12 deletions

View File

@ -36,7 +36,7 @@ DIRS = \
progress \
$(NULL)
ifdef NO_SECURITY
ifndef MOZ_SECURITY
DIRS += security
endif

View File

@ -42,7 +42,7 @@ include <$(DEPTH)/config/liteness.mak>
#//
#//------------------------------------------------------------------------
DIRS= \
!ifdef NO_SECURITY
!ifndef MOZ_SECURITY
security \
!endif
libreg \

View File

@ -17,15 +17,6 @@
DEPTH = ../..
ifndef NO_SECURITY
DIRS = nav
ifdef MOZ_JAVA
DIRS += java
endif
else
DIRS = freenav
endif
include $(DEPTH)/config/rules.mk

View File

@ -37,7 +37,7 @@ DEPTH=..\..
#// DIRS - There are subdirectories to process
#//
#//------------------------------------------------------------------------
!ifdef NO_SECURITY
!ifndef MOZ_SECURITY
DIRS = freenav
!endif