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

@@ -39,14 +39,14 @@
 
 SRCS=           $(COMOBJS:%.o=../common/%.c)
 
 LDFLAGS +=      '-R$$ORIGIN/../../../lib/$(MACH64)'
 INCLIST=        -I../../include -I../../include/i386 \
-                -I$(SRCBASE)/uts/$(ARCH)/sys
+                -I$(SRC)/uts/$(ARCH)/sys
 CPPFLAGS=       $(INCLIST) $(DEFLIST) $(CPPFLAGS.master) -I$(ELFCAP)
 
-LDLIBS +=       $(CONVLIBDIR64) $(CONV_LIB) $(ELFLIBDIR) -lelf
+LDLIBS +=       $(CONVLIBDIR64) -lconv $(ELFLIBDIR) -lelf
 
 %.o:            ../common/%.c
                 $(COMPILE.c) $<
 
 $(ROOTCCSBIN64)/%: %