From 7cb08382acd7588493a5af140363729578fc3fa2 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 Dec 2016 16:19:14 +0000 Subject: [PATCH] ib_srpt Makefile: Follow-up for trunk r6138 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7047 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/srpt/Makefile b/srpt/Makefile index cac01ccf1..7edc2eef7 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -113,9 +113,6 @@ src/$(MODULE_SYMVERS): $(SCST_SYMVERS_DIR)/$(MODULE_SYMVERS) \ echo "Error: the OFED package $(OFED_KERNEL_IB_RPM)-devel has" \ "not yet been installed."; \ false; \ - elif [ "$(HAVE_PRE_CFLAGS)" = false ]; then \ - echo "Error: the kernel build system has not yet been patched.";\ - false; \ else \ echo " Building against $(OFED_FLAVOR) $(OFED_KERNEL_IB_RPM)" \ "InfiniBand kernel headers."; \