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/svc | |
parent | b2519362c825a494fb6e93549e2e32a425011563 (diff) | |
download | illumos-gate-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/svc')
-rw-r--r-- | usr/src/cmd/svc/svccfg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/svc/svccfg/Makefile b/usr/src/cmd/svc/svccfg/Makefile index d5a6e434d6..8fa86739a0 100644 --- a/usr/src/cmd/svc/svccfg/Makefile +++ b/usr/src/cmd/svc/svccfg/Makefile @@ -21,6 +21,7 @@ # # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2017 Joyent, Inc. # MYPROG = svccfg @@ -134,6 +135,8 @@ $(PROG): $(OBJS) $(MAPFILES) $(LINK.c) -o $@ $(OBJS) $(LDLIBS) $(POST_PROCESS) +$(POFILES): svccfg_grammar.h + $(POFILE): $(POFILES) cat $(POFILES) > $(POFILE) |