summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-10-01 19:12:09 +0000
committerpst <pst@FreeBSD.org>1994-10-01 19:12:09 +0000
commitec3a408274a08c5af19b9eed5bd2dc00c4894009 (patch)
tree2a8e4c116214cd9e8c605a365a4db2ae76bccdc1 /usr.bin/f2c
parent509369c3009b6f26517876b87f45c894fa7c0519 (diff)
downloadFreeBSD-src-ec3a408274a08c5af19b9eed5bd2dc00c4894009.zip
FreeBSD-src-ec3a408274a08c5af19b9eed5bd2dc00c4894009.tar.gz
f77.script resides in source, not obj dir
Diffstat (limited to 'usr.bin/f2c')
-rw-r--r--usr.bin/f2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile
index 7fd85a7..1875980 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>
OpenPOWER on IntegriCloud