summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/f77
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-04 19:45:09 +0000
committerobrien <obrien@FreeBSD.org>2002-06-04 19:45:09 +0000
commitde6ca3ba07600314fa31057ca6a69cfcdd7a5e7c (patch)
tree45ff9e759a2dc24cc86b104f13db9db33e8db8f0 /gnu/usr.bin/cc/f77
parent85904aa20b6015147a98c117427625b9222acb09 (diff)
downloadFreeBSD-src-de6ca3ba07600314fa31057ca6a69cfcdd7a5e7c.zip
FreeBSD-src-de6ca3ba07600314fa31057ca6a69cfcdd7a5e7c.tar.gz
We don't need this library any more.
Diffstat (limited to 'gnu/usr.bin/cc/f77')
-rw-r--r--gnu/usr.bin/cc/f77/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile
index 717a983..101a897 100644
--- a/gnu/usr.bin/cc/f77/Makefile
+++ b/gnu/usr.bin/cc/f77/Makefile
@@ -12,8 +12,8 @@ NOMAN= # not while compile from GCC repo checkout
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
-DPADD= ${LIBCC_INT} ${LIBCC_FBSD}
-LDADD= ${LIBCC_INT} ${LIBCC_FBSD}
+DPADD= ${LIBCC_INT}
+LDADD= ${LIBCC_INT}
CLEANFILES= f77.1
OpenPOWER on IntegriCloud