From a62479bec6a6846cd8b173e7a74cf8a2edd74401 Mon Sep 17 00:00:00 2001 From: "hewitt%netscape.com" Date: Tue, 17 Jul 2001 06:01:21 +0000 Subject: [PATCH] 90738 - build DOM traversal idl, r=blake, sr=jst git-svn-id: svn://10.0.0.236/trunk@99393 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dom/public/idl/Makefile.in | 2 +- mozilla/dom/public/idl/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/dom/public/idl/Makefile.in b/mozilla/dom/public/idl/Makefile.in index 6e4d5e91cf1..56faadb0936 100644 --- a/mozilla/dom/public/idl/Makefile.in +++ b/mozilla/dom/public/idl/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = base core html events stylesheets views css range xbl xul +DIRS = base core html events stylesheets views css traversal range xbl xul include $(topsrcdir)/config/rules.mk diff --git a/mozilla/dom/public/idl/makefile.win b/mozilla/dom/public/idl/makefile.win index 20daa5f37d7..94a1adb2163 100644 --- a/mozilla/dom/public/idl/makefile.win +++ b/mozilla/dom/public/idl/makefile.win @@ -22,7 +22,7 @@ DEPTH=..\..\.. -DIRS=base core html events stylesheets views css range xbl xul +DIRS=base core html events stylesheets views css traversal range xbl xul include <$(DEPTH)\config\rules.mak>