From 7cea636a1cbe3820f4840724b1248e8010395c61 Mon Sep 17 00:00:00 2001 From: etheisen Date: Fri, 2 Feb 1996 07:10:59 +0000 Subject: [PATCH] Added /usr/include to include path. Quiets down redefinition warnings caused by conflicts between gcc 2.7.2 headers and system headers. --- gnu/lib/libmalloc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libmalloc/Makefile b/gnu/lib/libmalloc/Makefile index 618145ab897..ab34231cd8e 100644 --- a/gnu/lib/libmalloc/Makefile +++ b/gnu/lib/libmalloc/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.1.1.1 1995/10/18 08:38:20 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/02/02 07:10:59 etheisen Exp $ -CFLAGS+= -I${.CURDIR} +CFLAGS+= -I${.CURDIR} -I/usr/include LIB= gnumalloc SRCS+= combined.c -- 2.20.1