diff options
| author | manuel <manuel@mausz.at> | 2024-11-28 13:32:32 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2024-11-28 13:32:32 +0100 |
| commit | ec29722d8b6b90d1a0368542a5de991599e30adc (patch) | |
| tree | 5b5919c30f822ef83d3ce6f34998baeaacd17d14 /Makefile | |
| parent | a8ea6ba381e79e4198338f5721bbaa3679da5cb9 (diff) | |
| download | qmail-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -722,7 +722,7 @@ compile hfield.c hfield.h | |||
| 722 | ./compile hfield.c | 722 | ./compile hfield.c |
| 723 | 723 | ||
| 724 | hier.o: \ | 724 | hier.o: \ |
| 725 | compile hier.c auto_qmail.h auto_split.h auto_uids.h fmt.h fifo.h | 725 | compile 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 | ||
| 728 | home: \ | 728 | home: \ |
| @@ -774,12 +774,12 @@ auto_uids.o strerr.a substdio.a open.a error.a str.a fs.a | |||
| 774 | 774 | ||
| 775 | install-big.o: \ | 775 | install-big.o: \ |
| 776 | compile install-big.c auto_qmail.h auto_split.h auto_uids.h fmt.h \ | 776 | compile install-big.c auto_qmail.h auto_split.h auto_uids.h fmt.h \ |
| 777 | fifo.h | 777 | fifo.h install.h |
| 778 | ./compile install-big.c | 778 | ./compile install-big.c |
| 779 | 779 | ||
| 780 | install.o: \ | 780 | install.o: \ |
| 781 | compile install.c substdio.h strerr.h error.h open.h readwrite.h \ | 781 | compile install.c substdio.h strerr.h error.h open.h readwrite.h \ |
| 782 | exit.h | 782 | exit.h install.h |
| 783 | ./compile install.c | 783 | ./compile install.c |
| 784 | 784 | ||
| 785 | instcheck: \ | 785 | instcheck: \ |
