From 7ca45311b1dc539d46aeb89ac21b89fb6ec887e2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 3 Sep 2017 13:22:25 +0000 Subject: [PATCH] fix the declarations --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index b6d9f448..f4feb3ef 100755 --- a/debian/rules +++ b/debian/rules @@ -47,8 +47,8 @@ ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' g++ # More: https://bugs.llvm.org/show_bug.cgi?id=34140 & https://bugs.debian.org/873609 CXXFLAGS_EXTRA += -gsplit-dwarf else -$(error "Broken gcc version for -gsplit-dwarf support. Please use < gcc 7 or > 7.2.0-2") -endif # < gcc 7 or > 7.2.0-2 +$(error "Broken gcc version for -gsplit-dwarf support. Please use < gcc 7 or >= 7.2.0-2") +endif # < gcc 7 or >= 7.2.0-2 endif # binutils endif # archs