diff options
author | Gordon Ross <gwr@nexenta.com> | 2013-05-25 14:29:15 -0400 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2015-05-31 23:16:21 -0400 |
commit | 91d7f85e02991954d1e1bd44673df567ad8dcc87 (patch) | |
tree | 84ba8c28de01779ee2dadbc74dc62348227ba833 /usr/src/lib/libsqlite/sparc | |
parent | e53cbaa96c466c221cfec0d1a481c6f75be6880d (diff) | |
download | illumos-joyent-91d7f85e02991954d1e1bd44673df567ad8dcc87.tar.gz |
5916 make libsqlite a real shared lib
Reviewed by: Thomas Keiser <thomas.keiser@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libsqlite/sparc')
-rw-r--r-- | usr/src/lib/libsqlite/sparc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libsqlite/sparc/Makefile b/usr/src/lib/libsqlite/sparc/Makefile index a60da1b947..c7cca61bea 100644 --- a/usr/src/lib/libsqlite/sparc/Makefile +++ b/usr/src/lib/libsqlite/sparc/Makefile @@ -22,11 +22,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" -# include ../Makefile.com -install: $(ROOTLIBDIR)/$(RELOC) $(SMBSRVLIBDIR)/$(DYNLIB) $(SMBSRVLINK) - -$(ROOTLIBDIR)/$(RELOC): all +install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) |