aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2007-12-14 10:26:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2007-12-14 10:26:58 +0000
commita1b37df2d74a8b07c6177e800f47ecaae6f82326 (patch)
treef8b313061d8f9a9fe0e8e1bbee4bf59f74f426cf /lib/libfetch/Makefile
parent1b61ad6f384992f803b2dec5c0326fe44246d2aa (diff)
Notes
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index f49c763e4626..349eb615065d 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -28,7 +28,7 @@ WARNS?= 2
SHLIB_MAJOR= 5
ftperr.h: ftp.errors
- @echo "static struct fetcherr _ftp_errlist[] = {" > ${.TARGET}
+ @echo "static struct fetcherr ftp_errlist[] = {" > ${.TARGET}
@cat ${.ALLSRC} \
| grep -v ^# \
| sort \
@@ -39,7 +39,7 @@ ftperr.h: ftp.errors
@echo "};" >> ${.TARGET}
httperr.h: http.errors
- @echo "static struct fetcherr _http_errlist[] = {" > ${.TARGET}
+ @echo "static struct fetcherr http_errlist[] = {" > ${.TARGET}
@cat ${.ALLSRC} \
| grep -v ^# \
| sort \