1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

View file

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