From 0ba16142245d648007002a1ae75c08cf0a0602d2 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 16 Feb 2004 22:32:13 +0000 Subject: [PATCH] Install regex.h under include/gnu --- gnu/lib/libregex/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 54bd957a2b5..224a54655b8 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