diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 02:27:14 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 02:27:14 +0000 |
commit | e8578375f94968f2601ac66aadba00b3bdbe8a37 (patch) | |
tree | 9a4b3f6cb94120e2b68dade8692fa1b6bfecb02e /sub/bearssl/Makefile | |
parent | 72e31924295d306203dce8a8f4e0e4c7cf1e66ca (diff) | |
download | lh-bootstrap-e8578375f94968f2601ac66aadba00b3bdbe8a37.tar.xz |
More fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'sub/bearssl/Makefile')
-rw-r--r-- | sub/bearssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/bearssl/Makefile b/sub/bearssl/Makefile index 84048ca..40757b2 100644 --- a/sub/bearssl/Makefile +++ b/sub/bearssl/Makefile @@ -17,7 +17,7 @@ $(OUTPUT)/build-$(TRIPLE)/.lh_$(BEARSSL_NAME)_copied: $(OUTPUT)/sources/.lh_$(BE exec setuidgid $(NORMALUSER) s6-touch $@ $(OUTPUT)/build-$(TRIPLE)/.lh_$(BEARSSL_NAME)_built: $(OUTPUT)/build-$(TRIPLE)/.lh_$(BEARSSL_NAME)_copied | $(OUTPUT)/build-build/.lh_skarnet_installed - exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-$(TRIPLE)/$(BEARSSL_NAME)-$(BEARSSL_VERSION) $(MAKE) lib CC="$(TARGET_CC)" LD="$(TARGET_CC)" LDDLL="$(TARGET_CC)" + +exec setuidgid $(NORMALUSER) cd $(OUTPUT)/build-$(TRIPLE)/$(BEARSSL_NAME)-$(BEARSSL_VERSION) $(MAKE) lib CC="$(TARGET_CC)" LD="$(TARGET_CC)" LDDLL="$(TARGET_CC)" exec setuidgid $(NORMALUSER) s6-touch $@ $(OUTPUT)/build-$(TRIPLE)/.lh_$(BEARSSL_NAME)_installed: $(OUTPUT)/build-$(TRIPLE)/.lh_$(BEARSSL_NAME)_built | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed |