From 9975b9bfb2e46c932d7ca98c8744f19a2eb0e86b Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 14 Mar 2006 14:56:32 +0000 Subject: [PATCH] Makefile: Move YMisc, YMem, YOptString up in compilation order, since they were missing here and there --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2c0c77cc..39ad8656 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,10 @@ SUBDIRS = inst/pre \ devutil \ hash \ lbuffer cache \ + YMisc YMem YOptString \ cfgfile gtopts \ lock sigsync shmem \ - usrv uclnt statecheck msgfmt \ - YMisc YMem YOptString \ + msgfmt usrv uclnt statecheck \ YThread YEvent YCbContr contr \ YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \ eloop YApplication \