diff options
author | Jason King <jason.king@joyent.com> | 2018-07-31 21:43:16 +0000 |
---|---|---|
committer | Jason King <jason.king@joyent.com> | 2018-08-01 23:42:31 +0000 |
commit | 14aa584f6d005b787b096ab219055f12a41469bd (patch) | |
tree | 0f624cf50597aeb3834b53464c55cdeb9f0678d4 | |
parent | ecd42ab0a93f0b6015554cb78ddd8aabaf12d8b7 (diff) | |
download | illumos-joyent-14aa584f6d005b787b096ab219055f12a41469bd.tar.gz |
OS-7100 Build fails in libvscan after merge
Reviewed by: Dan McDonald <danmcd@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/lib/libvscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libvscan/Makefile b/usr/src/lib/libvscan/Makefile index 1cf8f5effa..1212cc6a73 100644 --- a/usr/src/lib/libvscan/Makefile +++ b/usr/src/lib/libvscan/Makefile @@ -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) |