artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a3d15
)
Added /usr/include to include path. Quiets down redefinition warnings
author
etheisen
<etheisen@openbsd.org>
Fri, 2 Feb 1996 07:10:59 +0000
(07:10 +0000)
committer
etheisen
<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
patch
|
blob
|
history
diff --git
a/gnu/lib/libmalloc/Makefile
b/gnu/lib/libmalloc/Makefile
index
618145a
..
ab34231
100644
(file)
--- 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