aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 09:42:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-18 09:42:56 +0000
commitb414fa0fb02a9973332472359e0787f76a706b6f (patch)
tree2b3dcaaa88e1fde3f374dd3e81037591242bd79e /gnu/usr.bin
parent1e2318cd6a412bead9d70645029b19d0613753a0 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/Makefile.inc2
-rw-r--r--gnu/usr.bin/cc/f77/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc
index 63b5078bda35e..d88ed11a7563d 100644
--- a/gnu/usr.bin/cc/Makefile.inc
+++ b/gnu/usr.bin/cc/Makefile.inc
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc,v 1.29 1999/04/18 09:36:11 obrien Exp $
+# $Id: Makefile.inc,v 1.30 1999/04/18 09:41:49 obrien Exp $
#
.include "../Makefile.inc"
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile
index 9c583d0c73d95..54a6f8e174b4e 100644
--- a/gnu/usr.bin/cc/f77/Makefile
+++ b/gnu/usr.bin/cc/f77/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.5 1999/04/18 09:22:56 obrien Exp $
+# $Id: Makefile,v 1.6 1999/04/18 09:39:37 obrien Exp $
#
.include "../Makefile.inc"
@@ -9,7 +9,7 @@
PROG= f77
SRCS= gcc.c g77spec.c version.c
-CFLAGS+= -DLANG_SPECIFIC_DRIVER -DHAVE_CONFIG_H
+CFLAGS+= -DLANG_SPECIFIC_DRIVER
DPADD= ${LIBCC_DRV}
LDADD= ${LIBCC_DRV}