mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
fixing gmake-ism in makefile.win
This commit is contained in:
parent
f3e8192031
commit
cb32b873eb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user