diff options
author | Jason King <jason.king@joyent.com> | 2018-07-31 21:43:16 +0000 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2018-08-02 16:27:08 +0000 |
commit | 4b82800c9ef42549e376c68ab63eb6d8228449ce (patch) | |
tree | 8e69c317ffbc7fa46e325c5a098c4a2846c7ede3 | |
parent | a8793c7605e0b82f2725537adafca6127cdbd6ce (diff) | |
download | illumos-joyent-4b82800c9ef42549e376c68ab63eb6d8228449ce.tar.gz |
9692 libvscan has bad _msg dependency
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Andy Fiddaman <af@citrus-it.net>
Approved by: Richard Lowe <richlowe@richlowe.net>
-rw-r--r-- | usr/src/lib/libvscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libvscan/Makefile b/usr/src/lib/libvscan/Makefile index 1cf8f5effa..1cae18ed12 100644 --- a/usr/src/lib/libvscan/Makefile +++ b/usr/src/lib/libvscan/Makefile @@ -22,7 +22,7 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" +# Copyright 2018, Joyent, Inc. # include ../Makefile.lib @@ -42,7 +42,7 @@ MSGFILES = common/libvscan.c .KEEP_STATE: -all clean clobber install lint _msg : $(SUBDIRS) +all clean clobber install lint: $(SUBDIRS) $(POFILE): $(MSGFILES) $(BUILDPO.msgfiles) |