diff options
author | John Levon <john.levon@joyent.com> | 2018-12-12 17:14:02 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-12-12 17:14:02 +0000 |
commit | a73e3b64ee0001a3a427ff5243d364b4de1b2aa2 (patch) | |
tree | b5c840468f848da0c2f03c2599b8623f393ee72d /usr/src/lib/iconv_modules/utf-8 | |
parent | 0381111d9dabe1c1f33e656a47ee6c91c399c7e5 (diff) | |
download | illumos-joyent-smatch.tar.gz |
last fixes hopefullysmatch
Diffstat (limited to 'usr/src/lib/iconv_modules/utf-8')
-rw-r--r-- | usr/src/lib/iconv_modules/utf-8/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/iconv_modules/utf-8/Makefile.com b/usr/src/lib/iconv_modules/utf-8/Makefile.com index f674e3a392..2136e0ea66 100644 --- a/usr/src/lib/iconv_modules/utf-8/Makefile.com +++ b/usr/src/lib/iconv_modules/utf-8/Makefile.com @@ -22,6 +22,7 @@ # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. include $(SRC)/Makefile.master @@ -75,6 +76,9 @@ LDLIBS = -lc LDFLAGS = $(DYNFLAGS) $(LDLIBS) $(CFLAG_OPT) +# needs work +SMATCH=off + $(DYNOBJS) := CFLAGS += $(XREGSFLAG) $(C_PICFLAGS) -D_REENTRANT \ -I$(COMMON) -I$(COMMON)/tbls \ -I$(ADJUNCT_PROTO)/usr/include |