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