diff options
author | des <des@FreeBSD.org> | 1998-11-07 08:59:38 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1998-11-07 08:59:38 +0000 |
commit | 32bb859dc0e6ca97a9375024eb85461abfa753b8 (patch) | |
tree | f52ceb9720bdf6fbdf44b4b4954c84e6ddb72914 /lib/libfetch | |
parent | 9c7d73f4f1fefca88980fd2bcf95f473fcd70b9a (diff) | |
download | FreeBSD-src-32bb859dc0e6ca97a9375024eb85461abfa753b8.zip FreeBSD-src-32bb859dc0e6ca97a9375024eb85461abfa753b8.tar.gz |
fetch_err.h is a generated file, so don't look for it in ${.CURDIR}.
Diffstat (limited to 'lib/libfetch')
-rw-r--r-- | lib/libfetch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 14fc44c..f2539bf 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1998/11/05 19:48:16 des Exp $ +# $Id: Makefile,v 1.7 1998/11/06 22:14:08 des Exp $ LIB= fetch CFLAGS+= -I. -Wall -pedantic @@ -18,7 +18,7 @@ beforedepend: ${DPSRCS} beforeinstall: fetch.h fetch_err.h ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fetch.h \ ${DESTDIR}/usr/include - ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/fetch_err.h \ + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 fetch_err.h \ ${DESTDIR}/usr/include ftperr.inc: ftp.errors |