diff options
Diffstat (limited to 'usr/src/lib/libhotplug/Makefile.com')
-rw-r--r-- | usr/src/lib/libhotplug/Makefile.com | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libhotplug/Makefile.com b/usr/src/lib/libhotplug/Makefile.com index 92fb91de2a..95d1145ef7 100644 --- a/usr/src/lib/libhotplug/Makefile.com +++ b/usr/src/lib/libhotplug/Makefile.com @@ -29,12 +29,11 @@ OBJECTS= libhotplug.o include ../../Makefile.lib -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) LDLIBS += -lc -lnvpair SRCDIR = ../common CPPFLAGS += -I$(SRCDIR) -D_REENTRANT -$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC) CERRWARN += -_gcc=-Wno-parentheses @@ -42,6 +41,5 @@ CERRWARN += -_gcc=-Wno-parentheses all: $(LIBS) -lint: lintcheck include ../../Makefile.targ |