aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 09:39:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 09:39:38 +0000
commit58485a8a931387583db63a1be2141c1e2d2d5b93 (patch)
tree7e75e0793625a99f41040b7ed025f1a4642984ab /gnu
parent0af4cf134e5eecf53f15a85a76afcaf55ea79fa9 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/c++/Makefile3
-rw-r--r--gnu/usr.bin/cc/cc/Makefile3
-rw-r--r--gnu/usr.bin/cc/f77/Makefile3
3 files changed, 3 insertions, 6 deletions
diff --git a/gnu/usr.bin/cc/c++/Makefile b/gnu/usr.bin/cc/c++/Makefile
index 0dc2ec74e687..ba11cc2eaae1 100644
--- a/gnu/usr.bin/cc/c++/Makefile
+++ b/gnu/usr.bin/cc/c++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.11 1999/03/05 04:54:59 obrien Exp $
+# $Id: Makefile,v 1.10 1999/04/04 16:36:31 obrien Exp $
#
.include "../Makefile.inc"
@@ -8,7 +8,6 @@
PROG = c++
SRCS = gcc.c g++spec.c
-BINDIR= /usr/bin
LINKS= ${BINDIR}/c++ ${BINDIR}/g++
LINKS+= ${BINDIR}/c++ ${BINDIR}/CC
NOMAN= 1
diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile
index 398878d25a24..ac0dc5066ec2 100644
--- a/gnu/usr.bin/cc/cc/Makefile
+++ b/gnu/usr.bin/cc/cc/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.15 1999/03/05 04:55:03 obrien Exp $
+# $Id: Makefile,v 1.14 1999/04/04 16:36:32 obrien Exp $
#
.include "../Makefile.inc"
@@ -9,7 +9,6 @@
PROG = cc
MAN1 = gcc.1
SRCS = gcc.c
-BINDIR= /usr/bin
LINKS= ${BINDIR}/cc ${BINDIR}/gcc
MLINKS= gcc.1 cc.1 gcc.1 c++.1 gcc.1 g++.1 gcc.1 CC.1
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile
index c0dcefc478c5..9c583d0c73d9 100644
--- a/gnu/usr.bin/cc/f77/Makefile
+++ b/gnu/usr.bin/cc/f77/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.6 1999/03/05 04:55:03 obrien Exp $
+# $Id: Makefile,v 1.5 1999/04/18 09:22:56 obrien Exp $
#
.include "../Makefile.inc"
@@ -8,7 +8,6 @@
PROG= f77
SRCS= gcc.c g77spec.c version.c
-BINDIR= /usr/bin
CFLAGS+= -DLANG_SPECIFIC_DRIVER -DHAVE_CONFIG_H