diff options
Diffstat (limited to 'usr/src/cmd/iconv/Makefile')
| -rw-r--r-- | usr/src/cmd/iconv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/cmd/iconv/Makefile b/usr/src/cmd/iconv/Makefile index 9e4a83cc18..02edd5238d 100644 --- a/usr/src/cmd/iconv/Makefile +++ b/usr/src/cmd/iconv/Makefile @@ -11,6 +11,7 @@ # # Copyright 2011 Nexenta Systems, Inc. All rights reserved. +# Copyright 2017 Joyent Inc. # PROG=iconv @@ -44,6 +45,7 @@ $(PROG): $(OBJS) $(POST_PROCESS) $(OBJS): parser.tab.h +$(PIFILES): parser.tab.h parser.tab.c parser.tab.h: parser.y $(YACC) $(YFLAGS) parser.y |
