Makefile: Move YMisc, YMem, YOptString up in compilation order, since they were missing here and there

This commit is contained in:
Jan Lindemann 2006-03-14 14:56:32 +00:00 committed by Jan Lindemann
commit 9975b9bfb2

View file

@ -14,10 +14,10 @@ SUBDIRS = inst/pre \
devutil \ devutil \
hash \ hash \
lbuffer cache \ lbuffer cache \
YMisc YMem YOptString \
cfgfile gtopts \ cfgfile gtopts \
lock sigsync shmem \ lock sigsync shmem \
usrv uclnt statecheck msgfmt \ msgfmt usrv uclnt statecheck \
YMisc YMem YOptString \
YThread YEvent YCbContr contr \ YThread YEvent YCbContr contr \
YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \ YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
eloop YApplication \ eloop YApplication \