From 815668143f6474ab37de579ac63003bdd69a6c29 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Sep 1996 18:37:28 +0000 Subject: [PATCH] backed out multi-thread build because most sites do not have tornado or gcc 2.7.2 --- src/cas/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cas/build/Makefile b/src/cas/build/Makefile index 24e5e39b9..adf449d0f 100644 --- a/src/cas/build/Makefile +++ b/src/cas/build/Makefile @@ -3,7 +3,7 @@ TOP=../../.. include $(TOP)/config/CONFIG_BASE -DIRS = singleThread multiThread +DIRS = singleThread include $(TOP)/config/RULES_DIRS