Print this page
cw: give cw(1onbld) a new interface allowing for multiple arbitrary shadows

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/smbsrv/Makefile.targ
          +++ new/usr/src/lib/smbsrv/Makefile.targ
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  #ident  "%Z%%M% %I%     %E% SMI"
  26   26  
  27   27  #
  28   28  # Common targets for smbsrv Makefiles
  29   29  #
  30   30  
  31   31  %_ndr.c: $(NDLDIR)/%.ndl
  32      -        $(NDRGEN) -Y $(CC) $<
       32 +        $(NDRGEN) -Y "$(CC)" $<
  33   33  
  34   34  pics/%.o:       $(SRC)/common/smbsrv/%.c
  35   35          $(COMPILE.c) -o $@ $<
  36   36          $(POST_PROCESS_O)
  37   37  
  38   38  .KEEP_STATE:
  39   39  
  40   40  all: $(LIBS)
  41   41  
  42   42  lint: lintcheck
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX