From 92d352b5cdc079b42bf1ce95767c8bd143d14a4f Mon Sep 17 00:00:00 2001 From: "leaf%mozilla.org" Date: Sat, 10 Apr 1999 02:43:42 +0000 Subject: [PATCH] fixing gmake-ism in makefile.win git-svn-id: svn://10.0.0.236/trunk@26959 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/tools/makefile.win | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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>