summaryrefslogtreecommitdiff
path: root/usr/src/lib/libctf/Makefile.shared.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libctf/Makefile.shared.com')
-rw-r--r--usr/src/lib/libctf/Makefile.shared.com5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/lib/libctf/Makefile.shared.com b/usr/src/lib/libctf/Makefile.shared.com
index 39100e6831..76cfd00da4 100644
--- a/usr/src/lib/libctf/Makefile.shared.com
+++ b/usr/src/lib/libctf/Makefile.shared.com
@@ -70,11 +70,10 @@ SRCS = \
$(LIST_OBJS:%.o=$(SRC)/common/list/%.c) \
$(MERGEQ_OBJS:%.o=$(SRC)/lib/mergeq/%.c)
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lc -lelf -ldwarf -lavl
CSTD = $(CSTD_GNU99)
-C99LMODE = -Xc99=%all
SRCDIR = $(SRC)/lib/libctf/common
@@ -86,5 +85,3 @@ CPPFLAGS += -I$(SRC)/lib/libctf/common \
CFLAGS += $(CCVERBOSE)
CERRWARN += $(CNOWARN_UNINIT)
-
-$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)