From 0830382ec7e4f70d0a43e74cb213165b73f0708b Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Sep 1996 18:01:31 +0000 Subject: [PATCH] added multiThread build --- src/cas/build/Makefile | 2 +- src/cas/build/multiThread/Makefile.Vx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cas/build/Makefile b/src/cas/build/Makefile index adf449d0f..24e5e39b9 100644 --- a/src/cas/build/Makefile +++ b/src/cas/build/Makefile @@ -3,7 +3,7 @@ TOP=../../.. include $(TOP)/config/CONFIG_BASE -DIRS = singleThread +DIRS = singleThread multiThread include $(TOP)/config/RULES_DIRS diff --git a/src/cas/build/multiThread/Makefile.Vx b/src/cas/build/multiThread/Makefile.Vx index c59215592..13bc9b2bd 100644 --- a/src/cas/build/multiThread/Makefile.Vx +++ b/src/cas/build/multiThread/Makefile.Vx @@ -1,5 +1,7 @@ -CAS = ../../.. +#HERE := $(shell pwd) +HERE = . +CAS = $(HERE)/../../.. TOP = $(CAS)/../.. SRC = $(CAS)/generic CA = $(CAS)/../ca