Remove explicit specification of SHLIB major and minor nos.

This commit is contained in:
Geoff Rehmet 1994-05-27 10:53:33 +00:00
parent 2413b6ac48
commit 4c640372f4
3 changed files with 3 additions and 9 deletions

View File

@ -1,7 +1,5 @@
# $Id: Makefile,v 1.3 1993/11/09 20:25:14 paul Exp $
# $Id: Makefile,v 1.4 1993/12/28 07:54:51 smace Exp $
SHLIB_MAJOR=1
SHLIB_MINOR=0
CFLAGS+= -I${.CURDIR}

View File

@ -1,7 +1,5 @@
# $Id: Makefile,v 1.8 1994/05/13 15:47:02 ache Exp $
# $Id: Makefile,v 1.9 1994/05/14 01:18:01 ache Exp $
SHLIB_MAJOR=1
SHLIB_MINOR=0
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/readline -DVOID_SIGHANDLER \
-DHAVE_UNISTD_H -DHAVE_STRING_H -DHAVE_STDLIB_H -DHAVE_VARARGS_H \

View File

@ -1,7 +1,5 @@
# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.6 1994/01/29 20:20:51 nate Exp $
# $Header: /home/cvs/386BSD/src/gnu/lib/libregex/Makefile,v 1.7 1994/05/19 17:40:01 jkh Exp $
SHLIB_MAJOR=1
SHLIB_MINOR=0
LIB= gnuregex
CFLAGS+=-DHAVE_STRING_H=1