Added /usr/include to include path. Quiets down redefinition warnings
authoretheisen <etheisen@openbsd.org>
Fri, 2 Feb 1996 07:10:59 +0000 (07:10 +0000)
committeretheisen <etheisen@openbsd.org>
Fri, 2 Feb 1996 07:10:59 +0000 (07:10 +0000)
caused by conflicts between gcc 2.7.2 headers and system headers.

gnu/lib/libmalloc/Makefile

index 618145a..ab34231 100644 (file)
@@ -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