projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed1c39d
)
Fix syntax in rules file
author
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Sun, 11 Oct 2015 14:55:38 +0000
(16:55 +0200)
committer
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Sun, 11 Oct 2015 14:55:38 +0000
(16:55 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 387d5ae79bc877ab23e68ec3ee2636e17053b8cc..0f0bab14b833bb54702031c0587a9770025d41d5 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-24,9
+24,9
@@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
ifeq ($(DEB_HOST_ARCH_BITS),32)
- PARALLEL = ""
+ PARALLEL=
else
-
PARALLEL =
--parallel
+
PARALLEL=
--parallel
endif
.PHONY: override_dh_auto_configure \