Print this page
don't pass in lint libraries which no longer exist
*** 34,44 ****
POFILE = $(PROG)_msg.po
MSGFILES=$(SRCS:%.c=%.i)
CPPFLAGS += -xCC
LINTFLAGS += -XCC -L$(ADJUNCT_PROTO)/usr/lib
! LDLIBS += -ltspi -luuid
CLOBBERFILES = C.ln $(POFILE) $(POFILES)
.KEEP_STATE:
--- 34,47 ----
POFILE = $(PROG)_msg.po
MSGFILES=$(SRCS:%.c=%.i)
CPPFLAGS += -xCC
LINTFLAGS += -XCC -L$(ADJUNCT_PROTO)/usr/lib
! LDLIBS += -luuid
!
! # libtspi has no lint library, so we can only include this while building
! $(PROG) := LDLIBS += -ltspi
CLOBBERFILES = C.ln $(POFILE) $(POFILES)
.KEEP_STATE: