Removed rotten, unused implicit rules. The ld -O in one might have been

harmful if it were used.
This commit is contained in:
Bruce Evans 1998-12-27 16:52:55 +00:00
parent 1767866e4d
commit 2f0c4e01f6

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.19 1998/08/30 01:56:58 jb Exp $
# $Id: Makefile,v 1.20 1998/12/16 04:59:53 imp Exp $
#
LIB= gmp
@ -143,18 +143,5 @@ beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${GMPDIR}/gmp.h ${DESTDIR}/usr/include
.S.o:
${CC} ${SFLAGS} ${CFLAGS:M-[ID]*} ${AINC} -c ${.IMPSRC} -o ${.TARGET}
.s.o:
${AS} ${SFLAGS} ${CFLAGS:M-[ID]*} ${AINC} -c ${.IMPSRC} -o ${.TARGET}
.S.po:
${CC} -DPROF ${SFLAGS} ${CFLAGS:M-[ID]*} ${AINC} -c ${.IMPSRC} -o ${.TARGET}
.S.so:
${CC} -fpic -DPIC ${SFLAGS} ${CFLAGS:M-[ID]*} ${AINC} -c ${.IMPSRC} -o ${.TARGET}
@${LD} -O ${.TARGET} -x -r ${.TARGET}
.include "Makefile.inc"
.include <bsd.lib.mk>