From 1ba2b87afaf1e0442c6e650e41e2be1c851a5ef8 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 18 Jul 2014 09:27:41 +0000 Subject: [PATCH] srpt/Makefile: Remove a superfluous assignment statement git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5680 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/srpt/Makefile b/srpt/Makefile index 08374debf..be0af03d8 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -11,7 +11,6 @@ SCST_INC_DIR := $(shell if [ -e "$$PWD/../scst" ]; \ SCST_SYMVERS_DIR := $(shell if [ -e $$PWD/../scst ]; then \ echo $$PWD/../scst/src; \ else echo $(DESTDIR)$(PREFIX)/include/scst; fi) -SUBDIRS := $(shell pwd) ifeq ($(KVER),) ifeq ($(KDIR),)