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

@@ -45,11 +45,11 @@
 
 CERRWARN +=     -_gcc=-Wno-uninitialized
 
 SMOFF += signed
 
-LDLIBS +=       -lelf $(CONVLIBDIR) $(CONV_LIB) -lsendfile
+LDLIBS +=       -lelf $(CONVLIBDIR) -lconv -lsendfile
 
 $(XPG4) :=      CPPFLAGS += -DXPG4
 
 BLTDEFS =       msg.h
 BLTDATA =       msg.c

@@ -61,8 +61,8 @@
 SGSMSGTARG =    $(SGSMSGCOM)
 SGSMSGALL =     $(SGSMSGCOM)
 
 SGSMSGFLAGS +=  -h $(BLTDEFS) -d $(BLTDATA) -m $(BLTMESG) -n ar_msg
 
-SRCS=           $(COMOBJ:%.o=../common/%.c) $(BLTDATA:%.o=$(SGSTOOLS)/common/%.c)
+SRCS=           $(COMOBJ:%.o=../common/%.c) $(BLTDATA:%.o=$(SGSCOMMON)/%.c)
 
 CLEANFILES +=   $(BLTFILES)