From 19c1e8f1afc52dc9764f7d2a867236d374a66287 Mon Sep 17 00:00:00 2001 From: alex-nitrokey Date: Tue, 16 Jun 2020 10:29:01 +0200 Subject: [PATCH] Clean up branch off testing stuff --- modules/cryptsetup | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/cryptsetup b/modules/cryptsetup index 74b33f723..8631bebc2 100644 --- a/modules/cryptsetup +++ b/modules/cryptsetup @@ -21,11 +21,10 @@ cryptsetup_configure := ./configure \ # but after building, replace prefix so that they will be installed # in the correct directory. cryptsetup_target := \ - $(MAKE_JOBS) \ - && $(MAKE) \ - -C $(build)/$(cryptsetup_dir) \ - prefix="$(INSTALL)" \ - install + $(MAKE) \ + -C $(build)/$(cryptsetup_dir) \ + prefix="$(INSTALL)" \ + install cryptsetup_output := \ src/.libs/cryptsetup \