Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools
        
*** 36,51 ****
  
  include         $(SRC)/lib/Makefile.lib
  include         $(SRC)/cmd/sgs/Makefile.com
  
  SRCDIR =        ../common
- SRCBASE=        ../../../..
  
  CPPFLAGS +=     -I$(ELFCAP)
  
! LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) $(ELFLIBDIR) -lelf -lc
! DYNFLAGS +=     $(VERSREF) $(CC_USE_PROTO)
  
  SRCS=           $(COMOBJS:%.o=../common/%.c)
  
  CLOBBERFILES += $(DYNLIB)
  
--- 36,50 ----
  
  include         $(SRC)/lib/Makefile.lib
  include         $(SRC)/cmd/sgs/Makefile.com
  
  SRCDIR =        ../common
  
  CPPFLAGS +=     -I$(ELFCAP)
  
! LDLIBS +=       $(CONVLIBDIR) -lconv $(ELFLIBDIR) -lelf -lc
! DYNFLAGS +=     $(VERSREF)
  
  SRCS=           $(COMOBJS:%.o=../common/%.c)
  
  CLOBBERFILES += $(DYNLIB)