f77.script resides in source, not obj dir

This commit is contained in:
Paul Traina
1994-10-01 19:12:09 +00:00
parent fae772f7b2
commit e98bbd43df
+1 -1
View File
@@ -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>