Fixing build order issue.

This commit is contained in:
Johnny Stenback 2009-06-28 11:18:21 -07:00
parent 80dcadb1ea
commit 30b4755865

View File

@ -43,6 +43,6 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = parser
DIRS = expat htmlparser html xml
DIRS = expat xml htmlparser html
include $(topsrcdir)/config/rules.mk