diff options
Diffstat (limited to 'usr/src')
-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 |