Skip to content

Commit

Permalink
Remove the permission modification line in Makefile. (#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang, Lili Z <lili.z.zhang@intel.com>
  • Loading branch information
lzha101 authored Aug 16, 2023
1 parent ed766ca commit 859cd88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file modified Linux/prepare_openssl.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion Linux/sgx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ endif
endif

$(PACKAGE_LIB)/$(OPENSSL_LIB):
chmod 755 $(BUILD_OPENSSL)
test -f $(PACKAGE_LIB)/$(OPENSSL_LIB) || $(BUILD_OPENSSL) $(OPENSSL_CONFIG) $(MITIGATION-CVE-2020-0551) $(MITIGATION_CFLAGS)

clean:
Expand Down

0 comments on commit 859cd88

Please sign in to comment.