Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/Makefile.targ.shared
          +++ new/usr/src/uts/i86pc/Makefile.targ
↓ open down ↓ 17 lines elided ↑ open up ↑
  18   18  # information: Portions Copyright [yyyy] [name of copyright owner]
  19   19  #
  20   20  # CDDL HEADER END
  21   21  #
  22   22  #
  23   23  # uts/i86pc/Makefile.targ
  24   24  #
  25   25  # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
  26   26  # Use is subject to license terms.
  27   27  #
  28      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  29      -#
  30   28  #       This Makefile defines the set of all required, target containing
  31   29  # included Makefiles for the i86pc "implementation architecture".
  32   30  #
  33   31  
  34   32  #
  35   33  #       Targets for all implementations:
  36   34  #
  37   35  include $(UTSBASE)/Makefile.targ
  38   36  
  39   37  #
  40   38  #       Target set for i86pc (order is not important, as it is with the
  41   39  # isomorphic Makefile.files set).
  42   40  #
  43      -include $(UTSTREE)/i86pc/Makefile.rules
  44      -include $(UTSTREE)/intel/Makefile.rules
  45      -include $(UTSTREE)/common/Makefile.rules
       41 +include $(UTSBASE)/i86pc/Makefile.rules
       42 +include $(UTSBASE)/intel/Makefile.rules
       43 +include $(UTSBASE)/common/Makefile.rules
  46   44  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX