From d2a9c6300c5ea3a8750b537b8b56066c4ac41a42 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 20 Oct 2014 15:36:50 -0400 Subject: pcl: Fix retry `make` command directory Signed-off-by: Timothy Gu --- src/pcl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12