From: etheisen Date: Fri, 2 Feb 1996 07:10:59 +0000 (+0000) Subject: Added /usr/include to include path. Quiets down redefinition warnings X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7cea636a1cbe3820f4840724b1248e8010395c61;p=openbsd Added /usr/include to include path. Quiets down redefinition warnings caused by conflicts between gcc 2.7.2 headers and system headers. --- 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