Print this page
*** NO COMMENTS ***

@@ -18,11 +18,11 @@
 #
 # CDDL HEADER END
 #
 
 #
-# uts/i86xpv/Makefile.i86xpv.shared
+# uts/i86xpv/Makefile.i86xpv
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
 #

@@ -77,13 +77,13 @@
 #       to most machine independent, we allow a machine dependent file
 #       to be used in preference over a machine independent version
 #       (Such as a machine specific optimization, which preserves the
 #       interfaces.)
 #
-include $(UTSTREE)/$(PLATFORM)/Makefile.files
-include $(UTSTREE)/intel/Makefile.files
-include $(UTSTREE)/common/Makefile.files
+include $(UTSBASE)/$(PLATFORM)/Makefile.files
+include $(UTSBASE)/intel/Makefile.files
+include $(UTSBASE)/common/Makefile.files
 
 #
 #       Include machine independent rules. Note that this does not imply
 #       that the resulting module from rules in Makefile.uts is machine
 #       independent. Only that the build rules are machine independent.