From e98bbd43dfc6d0f8b68cdd8befbf0b9924e42b1e Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Sat, 1 Oct 1994 19:12:09 +0000 Subject: [PATCH] f77.script resides in source, not obj dir --- usr.bin/f2c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile index 7fd85a73423b..18759800380a 100644 --- a/usr.bin/f2c/Makefile +++ b/usr.bin/f2c/Makefile @@ -31,6 +31,6 @@ CLEANFILES+=\ afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${INSTALLFLAGS} f77.script ${DESTDIR}${BINDIR}/f77 + ${INSTALLFLAGS} ${.CURDIR}/f77.script ${DESTDIR}${BINDIR}/f77 .include