Change DIRS order to fix Unix build

This commit is contained in:
joki%netscape.com 1998-07-17 06:05:39 +00:00
parent ed2c6d38a8
commit f98ba05f2f
2 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@
DEPTH=../..
DIRS = base coreDOM html build events
DIRS = base coreDOM html events build
include $(DEPTH)/config/rules.mk

View File

@ -18,6 +18,6 @@
DEPTH=..\..
IGNORE_MANIFEST=1
DIRS = base coreDOM html build events
DIRS = base coreDOM html events build
include <$(DEPTH)\config\rules.mak>