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

fixes bustage
This commit is contained in:
alecf%netscape.com 2002-08-22 23:04:19 +00:00
parent c90e682531
commit d02be3f9f0

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