diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-16 22:32:13 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-02-16 22:32:13 +0000 |
commit | 0ba16142245d648007002a1ae75c08cf0a0602d2 (patch) | |
tree | 190906b0ee2671feac8ce12dc1974a23dad07b8e /gnu/lib | |
parent | 26ff94ca43a9323e8113c94999ef4cd6a8100f04 (diff) | |
download | src-0ba16142245d648007002a1ae75c08cf0a0602d2.tar.gz src-0ba16142245d648007002a1ae75c08cf0a0602d2.zip |
Install regex.h under include/gnu
Notes
Notes:
svn path=/head/; revision=125893
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libregex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 54bd957a2b52..224a54655b88 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -7,7 +7,7 @@ SHLIB_MAJOR= 2 SRCS= regex.c INCS= regex.h -INCSNAME= gnuregex.h +INCSDIR= ${INCLUDEDIR}/gnu NOMAN= noman CFLAGS+=-I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DNO_POSIX_COMPAT=1 |