diff options
author | obrien <obrien@FreeBSD.org> | 2005-05-31 20:39:53 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-05-31 20:39:53 +0000 |
commit | f6963d5640841f84bc357676f9916bc6b5c9660f (patch) | |
tree | b75e294de985afda61fa5d8757713e1c77b3bc25 /lib/libstand | |
parent | 7f6920d685af29ae9a32ec5aa37e42857976ed65 (diff) | |
download | FreeBSD-src-f6963d5640841f84bc357676f9916bc6b5c9660f.zip FreeBSD-src-f6963d5640841f84bc357676f9916bc6b5c9660f.tar.gz |
Back out revision 1.51, it is wrong. We don't litter -I's within lib
Makefiles to get headers from /usr/src vs. the standard include paths.
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index f95a43a..ec5f27f 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -131,7 +131,7 @@ SRCS+= _setjmp.S # NOTE: to actually test this functionality after libbz2 upgrade compile # loader(8) with LOADER_BZIP2_SUPPORT defined .PATH: ${.CURDIR}/../../contrib/bzip2 -CFLAGS+= -DBZ_NO_STDIO -DBZ_NO_COMPRESS -I${.CURDIR}/../../contrib/bzip2 +CFLAGS+= -DBZ_NO_STDIO -DBZ_NO_COMPRESS SRCS+= libstand_bzlib_private.h .for file in bzlib.c crctable.c decompress.c huffman.c randtable.c |