From 2676966858a324db24f69b6a6549b68623c1a066 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 21 Dec 2010 11:07:42 +0000 Subject: [PATCH] Fix lost line in iscsi_scst_itf_ver.h lead to incorrect generation of this file. Reported by torn5 . git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3160 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/Makefile_user_space_only | 1 + 1 file changed, 1 insertion(+) diff --git a/iscsi-scst/Makefile_user_space_only b/iscsi-scst/Makefile_user_space_only index 9ab5cc678..3c323539e 100644 --- a/iscsi-scst/Makefile_user_space_only +++ b/iscsi-scst/Makefile_user_space_only @@ -19,6 +19,7 @@ include/iscsi_scst_itf_ver.h: include/iscsi_scst.h echo "/* Autogenerated, don't edit */" >include/iscsi_scst_itf_ver.h echo "" >>include/iscsi_scst_itf_ver.h echo -n "#define ISCSI_SCST_INTERFACE_VERSION " >>include/iscsi_scst_itf_ver.h + echo -n "ISCSI_VERSION_STRING \"_\" " >>include/iscsi_scst_itf_ver.h echo "\"`sha1sum include/iscsi_scst.h|awk '{printf $$1}'`\"" >>include/iscsi_scst_itf_ver.h install: all