From 08f9fcbfa8bf25f31b450d7c9d2d0be71016db6d Mon Sep 17 00:00:00 2001 From: Dag-Erling Smørgrav Date: Sat, 7 Nov 1998 08:59:38 +0000 Subject: fetch_err.h is a generated file, so don't look for it in ${.CURDIR}. --- lib/libfetch/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libfetch') diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 14fc44c12c2b..f2539bfd6edc 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 -- cgit v1.3