diff --git a/mozilla/xpcom/tools/makefile.win b/mozilla/xpcom/tools/makefile.win index 587177ace86..fcf2597d5c5 100644 --- a/mozilla/xpcom/tools/makefile.win +++ b/mozilla/xpcom/tools/makefile.win @@ -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>