From b414fa0fb02a9973332472359e0787f76a706b6f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 18 Apr 1999 09:42:56 +0000 Subject: Move HAVE_CONFIG_H define to global cc/ Makefile so all can share the benifits. --- gnu/usr.bin/cc/Makefile.inc | 2 +- gnu/usr.bin/cc/f77/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index 63b5078bda35..d88ed11a7563 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 9c583d0c73d9..54a6f8e174b4 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} -- cgit v1.3