Skip to content

Commit

Permalink
build: add missing version.h dependencies (re: 7fdeadd)
Browse files Browse the repository at this point in the history
src/cmd/ksh93/Mamfile:
- parse.c and shcomp.c now depend on version.h; this makes sure
  they are rebuilt if version.h changes.
  • Loading branch information
McDutchie committed Jan 28, 2021
1 parent 77ab60a commit aa2644a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/ksh93/Mamfile
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,7 @@ make install
prev include/fcin.h implicit
prev include/shell.h implicit
prev include/defs.h implicit
prev include/version.h implicit
done sh/parse.c
meta parse.o %.c>%.o sh/parse.c parse
prev sh/parse.c
Expand Down Expand Up @@ -1405,6 +1406,7 @@ make install
prev include/shnodes.h implicit
prev include/defs.h implicit
prev include/shell.h implicit
prev include/version.h implicit
done sh/shcomp.c
meta shcomp.o %.c>%.o sh/shcomp.c shcomp
prev sh/shcomp.c
Expand Down

0 comments on commit aa2644a

Please sign in to comment.