summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsqlite/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsqlite/Makefile.com')
-rw-r--r--usr/src/lib/libsqlite/Makefile.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libsqlite/Makefile.com b/usr/src/lib/libsqlite/Makefile.com
index 3ce5d9b1e4..6ab092d4d1 100644
--- a/usr/src/lib/libsqlite/Makefile.com
+++ b/usr/src/lib/libsqlite/Makefile.com
@@ -4,6 +4,7 @@
# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com>
# Copyright 2016 Nexenta Systems, Inc. All rights reserved.
# Copyright (c) 2018, Joyent, Inc.
+# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
#
# Make the SO name unlikely to conflict with any other
@@ -133,7 +134,7 @@ TESTSRC = \
$(SRCDIR)/test1.c \
$(SRCDIR)/test2.c \
$(SRCDIR)/test3.c \
- $(SRCDIR)/md5.c
+ $(SRCDIR)/md5.c
TESTOBJS = $(TESTSRC:$(SRCDIR)/%.c=%.o)
@@ -198,7 +199,6 @@ ENCODING = ISO8859
all: $(LIBS)
install: all \
$(ROOTLIBDIR)/$(DYNLIB) \
- $(ROOTLIBDIR)/$(LINTLIB) \
$(ROOTLIBDIR)/$(NATIVERELOC)
lint: