oops, reverse the order of the build directories so that txtsvc is built before editor

fixes bustage


git-svn-id: svn://10.0.0.236/trunk@127903 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 2002-08-22 23:04:19 +00:00
parent 115d1eadb1
commit 5ac73cc23c

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public idl libeditor composer txmgr txtsvc
DIRS = public idl txtsvc libeditor composer txmgr
include $(topsrcdir)/config/rules.mk