summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-02-02 07:11:00 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-02-02 07:11:00 +0000
commit2d76191a92a8cb6ce02d162731c9c806babf4be8 (patch)
tree93589131a000caf8f9edc689e6a795e5a9cbcd13 /gnu/lib
parenta134905473c301126bef81fd6bc10fcdbdf2b977 (diff)
Added /usr/include to include path. Quiets down redefinition warnings
caused by conflicts between gcc 2.7.2 headers and system headers.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libmalloc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libmalloc/Makefile b/gnu/lib/libmalloc/Makefile
index 6ff84a85755..ab34231cd8e 100644
--- a/gnu/lib/libmalloc/Makefile
+++ b/gnu/lib/libmalloc/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 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