Makefile: Change build order

This commit is contained in:
Jan Lindemann 2011-05-21 07:48:23 +00:00 committed by Jan Lindemann
commit 178cf6e055

View file

@ -19,6 +19,7 @@ SUBDIRS = inst/pre \
YMem YOptString \ YMem YOptString \
gtopts \ gtopts \
lock sigsync shmem \ lock sigsync shmem \
contr/YMtBuf \
contr/YRrBuf \ contr/YRrBuf \
contr/YRrLogBuf \ contr/YRrLogBuf \
contr/YStringTree \ contr/YStringTree \
@ -26,8 +27,9 @@ SUBDIRS = inst/pre \
contr \ contr \
YLoadableObject \ YLoadableObject \
msgfmt eloop statecheck \ msgfmt eloop statecheck \
YThread YEvent YCbContr \ YStopWatch \
YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \ YCbContr YEvent YThread \
YStopWatchList YStopWatchQueue YStopWatchThreadList \
YLogger \ YLogger \
YApplication \ YApplication \
YOsc \ YOsc \