From 6cb1d158e7cc0b82977f6b447f974db786dc9e84 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 31 Mar 2019 21:11:17 +0000 Subject: [PATCH] Makefiles: Fix $(SCST_DIR) Fixes: dc7e039124fb ("Makefiles: Remove most instances of $(SCST_INC_DIR)") (r8079) git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8121 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- fcst/Makefile | 2 +- iscsi-scst/Makefile | 2 +- scst_local/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fcst/Makefile b/fcst/Makefile index e6ae0ecb3..0e73b8a0d 100644 --- a/fcst/Makefile +++ b/fcst/Makefile @@ -60,7 +60,7 @@ endif INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra -SCST_DIR := $(shell echo "$$PWD")/../scst +SCST_DIR := $(shell echo "$$PWD")/../scst/src all: Modules.symvers Module.symvers $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_INI=m diff --git a/iscsi-scst/Makefile b/iscsi-scst/Makefile index a457ece07..70c99fb16 100644 --- a/iscsi-scst/Makefile +++ b/iscsi-scst/Makefile @@ -11,7 +11,7 @@ endif SHELL=/bin/bash -SCST_SYMVERS_DIR := $(shell echo "$$PWD")/../scst +SCST_SYMVERS_DIR := $(shell echo "$$PWD")/../scst/src SBINDIR := $(PREFIX)/sbin INITDIR := /etc/init.d RCDIR := /etc/rc.d diff --git a/scst_local/Makefile b/scst_local/Makefile index 93abadb8f..0efd1d4e1 100644 --- a/scst_local/Makefile +++ b/scst_local/Makefile @@ -50,7 +50,7 @@ endif INSTALL_DIR := $(INSTALL_MOD_PATH)/lib/modules/$(KVER)/extra -SCST_DIR := $(shell echo "$$PWD")/../scst +SCST_DIR := $(shell echo "$$PWD")/../scst/src all: Modules.symvers Module.symvers $(MAKE) -C $(KDIR) M=$(shell pwd) BUILD_INI=m