diff options
author | joerg <joerg@pkgsrc.org> | 2016-10-27 10:05:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-10-27 10:05:38 +0000 |
commit | adcccc8358e72b2611886ef942b8b7ac9a3b7330 (patch) | |
tree | 10bd0b417fdfc286235c0dcfdc47a988f1751aea /net/libfetch | |
parent | 74cc7b36b4ca0219c8ed3c2f6400b2a729cb0b0b (diff) | |
download | pkgsrc-adcccc8358e72b2611886ef942b8b7ac9a3b7330.tar.gz |
Add the necessary dependencies for safe concurrent build.
Diffstat (limited to 'net/libfetch')
-rw-r--r-- | net/libfetch/Makefile | 4 | ||||
-rw-r--r-- | net/libfetch/files/Makefile | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/net/libfetch/Makefile b/net/libfetch/Makefile index 2ed24551d0a..423b562a269 100644 --- a/net/libfetch/Makefile +++ b/net/libfetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2016/10/21 11:51:18 jperkin Exp $ +# $NetBSD: Makefile,v 1.59 2016/10/27 10:05:38 joerg Exp $ # DISTNAME= libfetch-2.38 @@ -15,8 +15,6 @@ USE_FEATURES= nbcompat USE_BSD_MAKEFILE= yes -MAKE_JOBS_SAFE= NO - .include "../../mk/bsd.prefs.mk" .if !empty(FETCH_USING:Mfetch) CHECK_PERMS= no diff --git a/net/libfetch/files/Makefile b/net/libfetch/files/Makefile index 6083b8ea45f..cfcef4b7d86 100644 --- a/net/libfetch/files/Makefile +++ b/net/libfetch/files/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2013/10/03 01:25:51 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2016/10/27 10:05:38 joerg Exp $ LIB= fetch SRCS= fetch.c common.c ftp.c http.c file.c @@ -31,6 +31,9 @@ CPPFLAGS+= -DFTP_COMBINE_CWDS WARNS?= 4 +ftp.o: ftperr.h +http.o: httperr.h + ftperr.h: ${.CURDIR}/ftp.errors ${.CURDIR}/Makefile ${.CURDIR}/errlist.sh sh ${.CURDIR}/errlist.sh ftp_errlist FTP \ ${.CURDIR}/ftp.errors > ${.TARGET} |