Merge r7353 from trunk

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7613 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-04 02:51:43 +00:00
parent d3bd26745a
commit 36ffb1c1d3
+2 -1
View File
@@ -24,7 +24,8 @@ VERSION:=$(shell head -n1 debian/changelog | sed 's/.*(\([0-9.]*\).*).*/\1/')
clean:
dh_testdir && \
dh_prep -Xqla_isp/TAGS -Xdebian/changelog && \
scripts/clean-source-tree -x debian/changelog
scripts/clean-source-tree -x debian/changelog && \
rm -f scstadmin/scstadmin
build:
export BUILD_2X_MODULE=y && \