From bd4a973fc9c3e0242a5ab1addb7e7d9a8c4ce612 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 24 Jun 2011 15:49:27 +0000 Subject: [PATCH] Makefile: Fix build order yet again --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e5955472..9fd25fd4 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,12 @@ SUBDIRS = inst/pre \ contr/YRrLogBuf \ contr/YStringTree \ cfgfile \ + YStopWatch \ + YEvent \ contr \ YLoadableObject \ msgfmt eloop statecheck \ - YStopWatch \ - YCbContr YEvent YThread \ + YCbContr YThread \ YStopWatchList YStopWatchQueue YStopWatchThreadList \ YLogger \ YApplication \