diff --git a/debian/rules b/debian/rules index f26330ce..6320028c 100755 --- a/debian/rules +++ b/debian/rules @@ -321,7 +321,7 @@ ifneq (,$(filter bolt-$(LLVM_VERSION), $(packages))) PROJECTS += ;bolt endif -ifneq (,$(filter libllvmlibc--$(LLVM_VERSION)-dev, $(packages))) +ifneq (,$(filter libllvmlibc-$(LLVM_VERSION)-dev, $(packages))) RUNTIMES += ;libc endif