From f9dcecfa9bf8b6fb408a0253068502f05739c577 Mon Sep 17 00:00:00 2001 From: cvs Date: Fri, 27 Apr 2001 09:27:25 +0000 Subject: [PATCH] hardsup must be made before tecs (M.Z.) --- build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build b/build index fb739db0..9ff9811c 100755 --- a/build +++ b/build @@ -5,13 +5,13 @@ # Mark Koennecke, September 2000 #-------------------------------------------------------------------------- -#------- build tecs -cd tecs +#----- build hardsup +cd hardsup make cd .. -#----- build hardsup -cd hardsup +#------- build tecs +cd tecs make cd ..