diff --git a/mvsas_tgt/Makefile b/mvsas_tgt/Makefile index 2352e146e..b9b1b8775 100644 --- a/mvsas_tgt/Makefile +++ b/mvsas_tgt/Makefile @@ -40,8 +40,8 @@ export LIBSAS := m #SCST_INC_DIR := /usr/local/include/scst #SCST_DIR := $(SCST_INC_DIR) -SCST_INC_DIR := $(SUBDIRS)/scst/include -SCST_DIR := $(shell pwd)/scst/src +SCST_INC_DIR := $(SUBDIRS)/../scst/include +SCST_DIR := $(shell pwd)/../scst/src EXTRA_CFLAGS += -I$(SCST_INC_DIR)