summaryrefslogtreecommitdiffstats
path: root/src/pcl.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-20 19:36:50 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-22 02:34:59 (GMT)
commitd2a9c6300c5ea3a8750b537b8b56066c4ac41a42 (patch)
tree28eaf8b97cdeb816cd55d87a117b30c46b61f271 /src/pcl.mk
parent94d534524a36bf1af920ac574b6c77402ac33e88 (diff)
downloadmxe-d2a9c6300c5ea3a8750b537b8b56066c4ac41a42.zip
mxe-d2a9c6300c5ea3a8750b537b8b56066c4ac41a42.tar.gz
mxe-d2a9c6300c5ea3a8750b537b8b56066c4ac41a42.tar.bz2
pcl: Fix retry `make` command directory
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/pcl.mk')
-rw-r--r--src/pcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcl.mk b/src/pcl.mk
index 8b6dc84..be4e48a 100644
--- a/src/pcl.mk
+++ b/src/pcl.mk
@@ -46,7 +46,7 @@ define $(PKG)_BUILD
-DHAVE_SSE3_EXTENSIONS_EXITCODE=0 \
-DHAVE_SSE2_EXTENSIONS_EXITCODE=0 \
-DHAVE_SSE_EXTENSIONS_EXITCODE=0
- $(MAKE) -C '$(1).build' -j '$(JOBS)' VERBOSE=1 || $(MAKE) -C '$(1)' -j 1 VERBOSE=1
+ $(MAKE) -C '$(1).build' -j '$(JOBS)' VERBOSE=1 || $(MAKE) -C '$(1).build' -j 1 VERBOSE=1
$(MAKE) -C '$(1).build' -j 1 install VERBOSE=1
endef