Print this page
Cstyle cleanup

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/dis/Makefile
          +++ new/usr/src/cmd/dis/Makefile
↓ 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  # Copyright 2018 Jason King
  26   26  #
  27   27  
  28   28  PROG=   dis
  29   29  OBJS=   dis_target.o dis_main.o dis_util.o dis_list.o
  30   30  SRCS=   $(OBJS:%.o=%.c)
  31   31  
  32      -include         ../Makefile.cmd
       32 +include ../Makefile.cmd
  33   33  
  34   34  LDLIBS += -ldisasm -luutil -lelf -ldemangle-sys
  35   35  CERRWARN += -_gcc=-Wno-uninitialized
  36   36  
  37   37  .KEEP_STATE:
  38   38  
  39   39  all: $(PROG)
  40   40  
  41   41  $(PROG): $(OBJS)
  42   42          $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX