Clean up branch off testing stuff

This commit is contained in:
alex-nitrokey 2020-06-16 10:29:01 +02:00
parent ff58f1524d
commit 19c1e8f1af
No known key found for this signature in database
GPG Key ID: A8853020E8EE6FBA

View File

@ -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 \