Print this page
*** NO COMMENTS ***

@@ -86,13 +86,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.