diff options
author | Yuri Pankov <ypankov@tintri.com> | 2021-04-09 13:43:22 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2021-11-05 10:53:17 -0700 |
commit | 1e8d79d21400b4e47d64ce367181e7e5ce992649 (patch) | |
tree | c305631f03777994ebe47ec5497f45ec66ff95c6 /usr/src/lib | |
parent | 6538c7b4c76e1d53fc801540cfe1dfe59d26bf29 (diff) | |
download | illumos-joyent-1e8d79d21400b4e47d64ce367181e7e5ce992649.tar.gz |
13707 remove C99LMODE cruft
13708 remove lint cruft from Makefile.master
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Andy Fiddaman <andy@omnios.org>
Approved by: Robert Mustacchi <rm@fingolfin.org>
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/libppt/Makefile.com | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/lib/libppt/Makefile.com b/usr/src/lib/libppt/Makefile.com index 3d5e96f436..4f4551232f 100644 --- a/usr/src/lib/libppt/Makefile.com +++ b/usr/src/lib/libppt/Makefile.com @@ -26,7 +26,6 @@ LIBS = $(DYNLIB) SRCS = $(SRCDIR)/libppt.c CSTD= $(CSTD_GNU99) -C99LMODE= -Xc99=%all LDLIBS += -lpcidb -ldevinfo -lcmdutils -lnvpair -lc |