Makefile: Fix order of SUBDIRS

This commit is contained in:
Markus Bentrup 2006-08-10 08:06:32 +00:00 committed by Jan Lindemann
commit 401e7deb9f

View file

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