From 401e7deb9f78555bfd518af1bfc730f69a98c22c Mon Sep 17 00:00:00 2001 From: Markus Bentrup Date: Thu, 10 Aug 2006 08:06:32 +0000 Subject: [PATCH] Makefile: Fix order of SUBDIRS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2cd74aa5..61da1a31 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,9 @@ SUBDIRS = inst/pre \ hash \ lbuffer cache \ YMisc YMem YOptString \ - cfgfile gtopts \ + gtopts \ lock sigsync shmem \ - contr \ + contr cfgfile \ msgfmt usrv uclnt statecheck \ YThread YEvent YCbContr \ YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \