summaryrefslogtreecommitdiff
path: root/usr/src/lib/mpss
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
commit5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch)
tree7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/lib/mpss
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/lib/mpss')
-rw-r--r--usr/src/lib/mpss/Makefile3
-rw-r--r--usr/src/lib/mpss/Makefile.com3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/mpss/Makefile b/usr/src/lib/mpss/Makefile
index 013fdb01e6..5cfdea2c50 100644
--- a/usr/src/lib/mpss/Makefile
+++ b/usr/src/lib/mpss/Makefile
@@ -35,11 +35,10 @@ all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
.KEEP_STATE:
-all install clean lint: $(SUBDIRS)
+all install clean: $(SUBDIRS)
clobber: $(SUBDIRS)
$(RM) $(POFILE)
diff --git a/usr/src/lib/mpss/Makefile.com b/usr/src/lib/mpss/Makefile.com
index 9d54dff9ab..ec1332f7b9 100644
--- a/usr/src/lib/mpss/Makefile.com
+++ b/usr/src/lib/mpss/Makefile.com
@@ -36,7 +36,7 @@ MAPFILES =
LIBS = $(DYNLIB)
LDLIBS += -lc -lgen
-CFLAGS += $(CCVERBOSE)
+CFLAGS += $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT
DYNFLAGS += $(BLOCAL) $(ZNOVERSION)
@@ -47,6 +47,5 @@ CERRWARN += $(CNOWARN_UNINIT)
all: $(LIBS)
-lint: lintcheck
include ../../Makefile.targ