diff options
Diffstat (limited to 'gnu/lib/libregex')
-rw-r--r-- | gnu/lib/libregex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libregex/Makefile b/gnu/lib/libregex/Makefile index 7820b34..8af0824 100644 --- a/gnu/lib/libregex/Makefile +++ b/gnu/lib/libregex/Makefile @@ -1,6 +1,6 @@ -# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.3 1993/08/23 05:26:19 rgrimes Exp $ +# $Header: /a/cvs/386BSD/src/gnu/libregex/Makefile,v 1.4 1993/11/09 20:23:44 paul Exp $ -SHLIB_MAJOR=0 +SHLIB_MAJOR=1 SHLIB_MINOR=0 LIB= gnuregex |