From 58ce405aac26d60e4ff67cfaf739c559872679ee Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 27 Dec 1998 16:52:55 +0000 Subject: Removed rotten, unused implicit rules. The ld -O in one might have been harmful if it were used. --- gnu/lib/libgmp/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'gnu') diff --git a/gnu/lib/libgmp/Makefile b/gnu/lib/libgmp/Makefile index f96693b..37e390f 100644 --- a/gnu/lib/libgmp/Makefile +++ b/gnu/lib/libgmp/Makefile @@ -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 -- cgit v1.1