Fix case were neither MSSDK or NGPREFS is set

git-svn-id: svn://10.0.0.236/trunk@13691 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jevering%netscape.com 1998-10-30 00:06:40 +00:00
parent 229ce1d8b7
commit 36b2df5f6e

View File

@ -18,6 +18,7 @@
DEPTH=..\..
IGNORE_MANIFEST=1
!if defined(NGPREFS) || defined(MSSDK)
DIRS= \
!if "$(MSSDK)" != ""
ActiveX \
@ -26,5 +27,5 @@ DIRS= \
ngprefs \
!endif
$(NULL)
!endif
include <$(DEPTH)\config\rules.mak>