diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2004-09-16 01:39:13 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2004-09-16 01:39:13 +0000 |
| commit | 3821a3d7ab196f781ee5bf6824aba3a8404acfd3 (patch) | |
| tree | edcc99bdb591d9ff1e1fa968fabb7be1731ca754 /gnu/lib/libregex | |
| parent | 7eb8f6f303b2025dc4e64403f51a6ae81da20019 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libregex')
| -rw-r--r-- | gnu/lib/libregex/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 794c6ea7a539..32ad7db43b81 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -5,10 +5,10 @@ SUBDIR+= doc LIB= gnuregex SHLIB_MAJOR= 2 -SRCS= regex.c +SRCS= gnuregex.c INCSGROUPS= INCS WRINCS PXINCS INCS= regex.h.patched -CLEANFILES+= regex.h.patched +CLEANFILES+= regex.h.patched gnuregex.c INCSNAME= regex.h INCSDIR= ${INCLUDEDIR}/gnu WRINCS= gnuregex.h @@ -16,10 +16,14 @@ PXINCS= posix/regex.h PXINCSDIR= ${INCLUDEDIR}/gnu/posix NOMAN= noman -CFLAGS+=-D_REGEX_RE_COMP -DSTDC_HEADERS -I${DESTDIR}/usr/include/gnu +CFLAGS+=-D_REGEX_RE_COMP -DSTDC_HEADERS regex.h.patched: regex.h sed 's=<posix/regex\.h>=<gnu/posix/regex.h>=g' \ < ${.ALLSRC} > ${.TARGET} +gnuregex.c: regex.c + sed 's=<regex\.h>=<gnu/regex.h>=g' \ + < ${.ALLSRC} > ${.TARGET} + .include <bsd.lib.mk> |
