fixing gmake-ism in makefile.win

This commit is contained in:
leaf%mozilla.org 1999-04-10 02:43:42 +00:00
parent f3e8192031
commit cb32b873eb

View File

@ -19,10 +19,11 @@ DEPTH=..\..
IGNORE_MANIFEST=1
DIRS = windows registry
DIRS = windows \
registry \
!ifdef BUILD_XPIDL
DIRS += xpidl
xpidl \
!endif
$(NULL)
include <$(DEPTH)\config\rules.mak>