diff options
Diffstat (limited to 'gnu/lib/libregex/Makefile')
| -rw-r--r-- | gnu/lib/libregex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index b775b74d75ae3..c18243a810655 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -6,6 +6,8 @@ SHLIB_MAJOR= 5 REGEXDIR= ${SRCTOP}/contrib/libgnuregex .PATH: ${REGEXDIR} +WARNS?= 1 + SRCS= gnuregex.c INCSGROUPS= INCS WRINCS PXINCS INCS= regex.h.patched |
