Remove wrong declaration

This commit is contained in:
Sylvestre Ledru 2014-06-23 04:54:46 +00:00
parent 7a2fbfc019
commit b19e5b1cc9

1
debian/rules vendored
View File

@ -6,7 +6,6 @@ TARGET_BUILD := build-llvm
GCC_VERSION := $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?([0-9]+\.[0-9]+).*$$,\2,p')
LLVM_VERSION := 3.5
LLVM_VERSION_FULL := $(LLVM_VERSION).0
LLVM_VERSION_FULL := $(LLVM_VERSION).2
SONAME_EXT := 1
DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne 's,^Version: .*-(.*),\1,p')
ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))