From 71e25520eebd6eaf84bf6b373d5e18817e59e893 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 22 Dec 2020 23:46:25 +0000 Subject: [PATCH] scst/Makefile: Remove a superfluous backslash git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9234 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/Makefile b/scst/Makefile index 68b4d7378..959a67fa3 100644 --- a/scst/Makefile +++ b/scst/Makefile @@ -62,7 +62,7 @@ extraclean: release-archive: ../scripts/generate-release-archive scst \ - "$$(sed -n 's/^#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^\"]*\)\".*/\1/p' include/scst_const.h)" \ + "$$(sed -n 's/^#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^\"]*\)\".*/\1/p' include/scst_const.h)" build_mode: $(call set_var,build_mode,BUILD_MODE,)