diff options
-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) |