From 063aa33b6b076abb6111901e44f44314da405938 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sun, 15 Jul 2018 22:53:49 +0300 Subject: [PATCH] loader: libi386 fix uts include path --- usr/src/boot/sys/boot/i386/libi386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/src/boot/sys/boot/i386/libi386/Makefile b/usr/src/boot/sys/boot/i386/libi386/Makefile index d14b554cbe..c51cb00189 100644 --- a/usr/src/boot/sys/boot/i386/libi386/Makefile +++ b/usr/src/boot/sys/boot/i386/libi386/Makefile @@ -96,7 +96,7 @@ CLEANFILES += machine x86 include ../Makefile.inc # For multiboot2.h, must be last, to avoid conflicts -CPPFLAGS += -I$(SRC)/uts/common +CPPFLAGS += -I$(SRCTOP)/include machine: $(RM) machine -- 2.11.4.GIT