aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-07-04 05:37:17 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-07-04 05:37:17 +0000
commit6515385ad3a3379759b3644ae0d7ecf4bababe2b (patch)
tree6e673579d17179442e374c0fb7ab20fabae20072 /gnu
parent9a86dd8ae7c437c24ae6c5d77e4157a932c49993 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/f77/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile
index 72d7932b24bb..e209ff1d06b4 100644
--- a/gnu/usr.bin/cc/f77/Makefile
+++ b/gnu/usr.bin/cc/f77/Makefile
@@ -7,8 +7,13 @@
PROG= f77
SRCS= gcc.c g77spec.c version.c
-DPADD+= ${LIBCC_INT} ${LIBCC_FBSD}
-LDADD+= ${LIBCC_INT} ${LIBCC_FBSD}
+CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
+CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
+
+DPADD= ${LIBCC_INT} ${LIBCC_FBSD}
+LDADD= ${LIBCC_INT} ${LIBCC_FBSD}
+
+CLEANFILES= f77.1
f77.1: g77.1
ln -sf ${.ALLSRC} ${.TARGET}