summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2024-11-28 13:32:32 +0100
committermanuel <manuel@mausz.at>2024-11-28 13:32:32 +0100
commitec29722d8b6b90d1a0368542a5de991599e30adc (patch)
tree5b5919c30f822ef83d3ce6f34998baeaacd17d14 /Makefile
parenta8ea6ba381e79e4198338f5721bbaa3679da5cb9 (diff)
downloadqmail-ec29722d8b6b90d1a0368542a5de991599e30adc.tar.gz
qmail-ec29722d8b6b90d1a0368542a5de991599e30adc.tar.bz2
qmail-ec29722d8b6b90d1a0368542a5de991599e30adc.zip
Fix `implicit declaration of function` in install-big/hier
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5bd3765..8a280fd 100644
--- a/Makefile
+++ b/Makefile
@@ -722,7 +722,7 @@ compile hfield.c hfield.h
722 ./compile hfield.c 722 ./compile hfield.c
723 723
724hier.o: \ 724hier.o: \
725compile hier.c auto_qmail.h auto_split.h auto_uids.h fmt.h fifo.h 725compile hier.c auto_qmail.h auto_split.h auto_uids.h fmt.h fifo.h install.h
726 ./compile hier.c 726 ./compile hier.c
727 727
728home: \ 728home: \
@@ -774,12 +774,12 @@ auto_uids.o strerr.a substdio.a open.a error.a str.a fs.a
774 774
775install-big.o: \ 775install-big.o: \
776compile install-big.c auto_qmail.h auto_split.h auto_uids.h fmt.h \ 776compile install-big.c auto_qmail.h auto_split.h auto_uids.h fmt.h \
777fifo.h 777fifo.h install.h
778 ./compile install-big.c 778 ./compile install-big.c
779 779
780install.o: \ 780install.o: \
781compile install.c substdio.h strerr.h error.h open.h readwrite.h \ 781compile install.c substdio.h strerr.h error.h open.h readwrite.h \
782exit.h 782exit.h install.h
783 ./compile install.c 783 ./compile install.c
784 784
785instcheck: \ 785instcheck: \