Mark install(1) dependant on utils/cp.c and head(1) on utils/tail.c

This commit is contained in:
Juhani Krekelä 2021-07-27 22:11:50 +03:00
parent 63ce55e7e9
commit 42c94ee36b
1 changed files with 4 additions and 0 deletions

View File

@ -111,6 +111,10 @@ install: all
mkdir -p $(DESTDIR)$(MANDIR)/man8
cp $(MANPAGES8) $(DESTDIR)$(MANDIR)/man8
head: tail.c
xinstall: cp.c
%: %.c
$(CC) -std=gnu11 $(CFLAGS) $(CPPFLAGS) $< -o $@