Fixed world breakage in previous commit. The generated headers are in
the current directory which is rarely ${.CURDIR}.
This commit is contained in:
parent
49efc51214
commit
c973d5e76c
@ -116,7 +116,7 @@ SRCS+= _setjmp.S
|
||||
|
||||
# decompression functionality from libbz2
|
||||
.PATH: ${.CURDIR}/../../contrib/bzip2
|
||||
CFLAGS+=-I${.CURDIR} -DBZ_NO_STDIO -DBZ_NO_COMPRESS
|
||||
CFLAGS+=-I. -DBZ_NO_STDIO -DBZ_NO_COMPRESS
|
||||
SRCS+= _bzlib.c _crctable.c _decompress.c _huffman.c _randtable.c _bzlib.h \
|
||||
_bzlib_private.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user