summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2004-01-05 20:23:16 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2004-01-05 20:23:16 +0000
commiteb46541e9c00690c049bf1e2608f9a77f50901c9 (patch)
treea076c23bbcbd785f168c0f75bc0fbe8a67a0893a
parentf0e62d30bdfd6ca230f9dc003d2926f55d9e8232 (diff)
Notes
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile2
-rw-r--r--gnu/usr.bin/cc/f77/Makefile2
-rw-r--r--gnu/usr.bin/cc/f771/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index f454b17b2aa5..7a694af30160 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -14,7 +14,7 @@ SRCS= c-common.c c-dump.c c-format.c c-opts.c \
caller-save.c calls.c combine.c convert.c cse.c \
dbxout.c dwarfout.c dwarf2out.c dwarf2asm.c emit-rtl.c explow.c expmed.c expr.c \
final.c flow.c fold-const.c function.c getpwd.c global.c graph.c \
- gtype-desc.c hash.c haifa-sched.c \
+ gtype-desc.c haifa-sched.c \
integrate.c jump.c lcm.c local-alloc.c loop.c optabs.c \
print-rtl.c print-tree.c \
ra.c ra-build.c ra-colorize.c ra-debug.c ra-rewrite.c \
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile
index 233cae20804c..3b76bc591a71 100644
--- a/gnu/usr.bin/cc/f77/Makefile
+++ b/gnu/usr.bin/cc/f77/Makefile
@@ -6,7 +6,7 @@
.PATH: ${GCCDIR}/f ${GCCDIR}
PROG= f77
-SRCS= gcc.c g77spec.c version.c
+SRCS= gcc.c g77spec.c
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
diff --git a/gnu/usr.bin/cc/f771/Makefile b/gnu/usr.bin/cc/f771/Makefile
index f37ce94b65ce..89902634aac8 100644
--- a/gnu/usr.bin/cc/f771/Makefile
+++ b/gnu/usr.bin/cc/f771/Makefile
@@ -8,7 +8,7 @@ PROG= f771
SRCS= bad.c bit.c bld.c com.c data.c equiv.c expr.c global.c implic.c info.c \
intrin.c lab.c lex.c malloc.c name.c parse.c src.c st.c sta.c \
stb.c stc.c std.c ste.c storag.c stp.c str.c sts.c stt.c stu.c stv.c \
- stw.c symbol.c target.c top.c type.c version.c where.c main.c
+ stw.c symbol.c target.c top.c type.c where.c main.c
BINDIR= /usr/libexec
NOMAN=