Print this page
don't pass in lint libraries which no longer exist

*** 34,45 **** 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: all : $(PROG) --- 34,48 ---- 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: all : $(PROG)