diff options
| author | Paul Traina <pst@FreeBSD.org> | 1994-10-01 19:12:09 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1994-10-01 19:12:09 +0000 |
| commit | e98bbd43dfc6d0f8b68cdd8befbf0b9924e42b1e (patch) | |
| tree | 2a8e4c116214cd9e8c605a365a4db2ae76bccdc1 /usr.bin | |
| parent | fae772f7b24554fac0bd0068c9ef506374b80fc1 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/f2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk> |
