diff options
| author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-01-10 14:28:27 +0000 |
|---|---|---|
| committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2019-01-10 14:28:27 +0000 |
| commit | 20d7681782f0be44786f67236858906ed0e07504 (patch) | |
| tree | f513ea7e06174d75e342133895954127ff960ede | |
| parent | 06f472df368b16d931bbd0cc036393e19f036faa (diff) | |
| download | illumos-joyent-20d7681782f0be44786f67236858906ed0e07504.tar.gz | |
10185 loader: add sha1 hash calculation [fix build]
| -rw-r--r-- | usr/src/boot/sys/boot/libcrypto/Makefile.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/boot/sys/boot/libcrypto/Makefile.com b/usr/src/boot/sys/boot/libcrypto/Makefile.com index 8776128ed5..6104257cd5 100644 --- a/usr/src/boot/sys/boot/libcrypto/Makefile.com +++ b/usr/src/boot/sys/boot/libcrypto/Makefile.com @@ -15,7 +15,7 @@ include $(SRC)/Makefile.master -CC= $(GCC_ROOT)/bin/gcc +CC= $(GNUC_ROOT)/bin/gcc COMDIR = ../../../../../common/crypto |
