From ec29722d8b6b90d1a0368542a5de991599e30adc Mon Sep 17 00:00:00 2001 From: manuel Date: Thu, 28 Nov 2024 13:32:32 +0100 Subject: Fix `implicit declaration of function` in install-big/hier --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5bd3765..8a280fd 100644 --- a/Makefile +++ b/Makefile @@ -722,7 +722,7 @@ compile hfield.c hfield.h ./compile hfield.c hier.o: \ -compile hier.c auto_qmail.h auto_split.h auto_uids.h fmt.h fifo.h +compile hier.c auto_qmail.h auto_split.h auto_uids.h fmt.h fifo.h install.h ./compile hier.c home: \ @@ -774,12 +774,12 @@ auto_uids.o strerr.a substdio.a open.a error.a str.a fs.a install-big.o: \ compile install-big.c auto_qmail.h auto_split.h auto_uids.h fmt.h \ -fifo.h +fifo.h install.h ./compile install-big.c install.o: \ compile install.c substdio.h strerr.h error.h open.h readwrite.h \ -exit.h +exit.h install.h ./compile install.c instcheck: \ -- cgit v1.2.3