mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
install target should depend on ChangeLog too, not just install-doc
This commit is contained in:
parent
e5e1bb24fa
commit
0f95023e9a
@ -99,7 +99,7 @@ install-doc: config.status ChangeLog
|
||||
exit $$?; \
|
||||
done
|
||||
|
||||
install: config.status pre-install install-nls
|
||||
install: config.status ChangeLog pre-install install-nls
|
||||
for d in $(SUBDIRS); \
|
||||
do (cd $$d && exec $(MAKE) $@) && continue; \
|
||||
exit $$?; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user