debian: fix typo (split line) in rules

This commit is contained in:
Luca Bruno 2015-01-22 00:04:58 +01:00
parent a4e8622d50
commit 1f05e8ae8a

3
debian/rules vendored
View File

@ -10,8 +10,7 @@
unexport SUDO_USER unexport SUDO_USER
ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_B NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
UILD_OPTIONS))))
endif endif
UPSTREAM_RUST_VERSION := \ UPSTREAM_RUST_VERSION := \