changeset 4237:5f40ebdae35c onnv_65

6555982 lint uses /lib/llib-lc.ln from outside workspace when linting sdpadm.ln
author ha137994
date Mon, 14 May 2007 22:46:41 -0700
parents de290ec1e532
children d1dd8318bb51
files usr/src/cmd/sdpadm/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/sdpadm/Makefile	Mon May 14 22:46:09 2007 -0700
+++ b/usr/src/cmd/sdpadm/Makefile	Mon May 14 22:46:41 2007 -0700
@@ -70,6 +70,6 @@
 	$(RM) $(PROG) $(MSGFILES) $(POFILE)
 
 lint:	$(LINT_OBJS) 
-	$(LINT.c) $(LINTFLAGS) $(LINT_OBJS)
+	$(LINT.c) $(LINTFLAGS) $(LDLIBS) $(LINT_OBJS)
 
 include $(SRC)/Makefile.msg.targ