summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-02-02 00:20:32 +0000
committerbde <bde@FreeBSD.org>2002-02-02 00:20:32 +0000
commit664993c2615f86de7949f69ae74763c7562ae922 (patch)
tree4aa62eaf35375cc9a74bbe50dff7c4f3cf1c4473 /lib/libstand
parentbcd12df5f072da3a7343e5369fbcb8ee0c20e30b (diff)
downloadFreeBSD-src-664993c2615f86de7949f69ae74763c7562ae922.zip
FreeBSD-src-664993c2615f86de7949f69ae74763c7562ae922.tar.gz
Fixed world breakage in previous commit. The generated headers are in
the current directory which is rarely ${.CURDIR}.
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 962e739..184f690 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -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
OpenPOWER on IntegriCloud