Add missing make dependency in `install' target
The `install' target was missing the existence of a compiled executable in the directory as a dependency, it's been added.
This commit is contained in:
parent
06c238d486
commit
27a087ac3d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ timeoutd: timeoutd.c
|
|||
clean:
|
||||
-rm -f timeoutd timeoutd.o
|
||||
|
||||
install: /etc/timeouts
|
||||
install: timeoutd /etc/timeouts
|
||||
install timeoutd /usr/sbin/timeoutd
|
||||
install timeoutd.8 /usr/share/man/man8
|
||||
install timeouts.5 /usr/share/man/man5
|
||||
|
|
Loading…
Add table
Reference in a new issue