diff options
| author | Jason King <jason.king@joyent.com> | 2017-06-14 19:26:51 +0000 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2017-07-07 12:54:10 -0400 |
| commit | 9e01f10930c6fb3a8dd337cd38ed7b8e3d49a80b (patch) | |
| tree | adfb1d66df385bf71d49ac03f91721c48993354e /usr/src/cmd/isns | |
| parent | b2519362c825a494fb6e93549e2e32a425011563 (diff) | |
| download | illumos-joyent-9e01f10930c6fb3a8dd337cd38ed7b8e3d49a80b.tar.gz | |
8413 Missing build dependencies when generating message catalogs
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/cmd/isns')
| -rw-r--r-- | usr/src/cmd/isns/isnsd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/isns/isnsd/Makefile b/usr/src/cmd/isns/isnsd/Makefile index 9de0a42d7a..f104960808 100644 --- a/usr/src/cmd/isns/isnsd/Makefile +++ b/usr/src/cmd/isns/isnsd/Makefile @@ -25,6 +25,7 @@ # # Copyright (c) 2012 by Delphix. All rights reserved. +# Copyright 2017 Joyent, Inc. # PROG = isns @@ -94,6 +95,8 @@ clean: lint: lint_SRCS +$(POFILES): $(DTRACE_HEADER) + $(POFILE): $(POFILES) $(RM) $@ $(CAT) $(POFILES) > $@ |
