summaryrefslogtreecommitdiff
path: root/usr/src/lib/libsqlite
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libsqlite')
-rw-r--r--usr/src/lib/libsqlite/Makefile3
-rw-r--r--usr/src/lib/libsqlite/Makefile.com8
-rw-r--r--usr/src/lib/libsqlite/i386/Makefile2
-rw-r--r--usr/src/lib/libsqlite/sparc/Makefile2
4 files changed, 4 insertions, 11 deletions
diff --git a/usr/src/lib/libsqlite/Makefile b/usr/src/lib/libsqlite/Makefile
index 2d156094a3..a197a94394 100644
--- a/usr/src/lib/libsqlite/Makefile
+++ b/usr/src/lib/libsqlite/Makefile
@@ -27,14 +27,13 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
# This is the default Makefile target. The objects listed here
# are what get build when you type just "make" with no arguments.
#
all install: sqlite.h $(SUBDIRS)
-clobber lint: $(SUBDIRS)
+clobber: $(SUBDIRS)
$(ROOTHDRDIR):
$(INS.dir)
diff --git a/usr/src/lib/libsqlite/Makefile.com b/usr/src/lib/libsqlite/Makefile.com
index 8dd20a4ce9..85beefbd37 100644
--- a/usr/src/lib/libsqlite/Makefile.com
+++ b/usr/src/lib/libsqlite/Makefile.com
@@ -53,9 +53,8 @@ include $(SRC)/lib/Makefile.rootfs
SRCDIR = ../src
TOOLDIR = ../tool
$(DYNLIB) := LDLIBS += -lc
-LIBS = $(DYNLIB) $(LINTLIB) $(NATIVERELOC)
+LIBS = $(DYNLIB) $(NATIVERELOC)
-$(LINTLIB) := SRCS = ../$(LINTSRC)
# generated sources
GENSRC = opcodes.c parse.c
@@ -203,19 +202,14 @@ install: all \
$(ROOTLIBDIR)/$(DYNLIB) \
$(ROOTLIBDIR)/$(NATIVERELOC)
-lint:
all_h: $(GENHDR)
$(ROOTLIBDIR)/$(NATIVERELOC) := FILEMODE= 644
-$(ROOTLINTDIR)/$(LINTLIB) := FILEMODE= 644
$(ROOTLINK): $(ROOTLIBDIR) $(ROOTLIBDIR)/$(DYNLIB)
$(INS.liblink)
-$(ROOTLINTDIR)/%: ../%
- $(INS.file)
-
native: $(NATIVERELOC)
$(NATIVERELOC): objs .WAIT $(OBJS:%.o=%-native.o)
diff --git a/usr/src/lib/libsqlite/i386/Makefile b/usr/src/lib/libsqlite/i386/Makefile
index c7cca61bea..4acb0bde30 100644
--- a/usr/src/lib/libsqlite/i386/Makefile
+++ b/usr/src/lib/libsqlite/i386/Makefile
@@ -25,4 +25,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libsqlite/sparc/Makefile b/usr/src/lib/libsqlite/sparc/Makefile
index c7cca61bea..4acb0bde30 100644
--- a/usr/src/lib/libsqlite/sparc/Makefile
+++ b/usr/src/lib/libsqlite/sparc/Makefile
@@ -25,4 +25,4 @@
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)