Makefile: remove an always false condition

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9422 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2021-05-20 04:01:00 +00:00
parent ccdb440ae4
commit ffad8bd07a

View File

@@ -387,11 +387,7 @@ dpkg: ../scst_$(VERSION).orig.tar.gz
else \
buildopts+=(-j4); \
fi && \
if false; then \
dpkg-buildpackage "$${buildopts[@]}"; \
else \
debuild "$${buildopts[@]}" --lintian-opts --profile debian; \
fi && \
debuild "$${buildopts[@]}" --lintian-opts --profile debian && \
mkdir -p dpkg && \
for f in "$${output_files[@]}" ../scst_$(VERSION).orig.tar.[gx]z; do\
mv $$f dpkg || true; \