summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-12-27 16:52:55 +0000
committerbde <bde@FreeBSD.org>1998-12-27 16:52:55 +0000
commit58ce405aac26d60e4ff67cfaf739c559872679ee (patch)
treeb00fb6ca6f79e56bbfcdc35730d6b7147c34c3c5 /gnu
parent9d6fbd1091067a322e16f0d3ba3b4299055308e9 (diff)
downloadFreeBSD-src-58ce405aac26d60e4ff67cfaf739c559872679ee.zip
FreeBSD-src-58ce405aac26d60e4ff67cfaf739c559872679ee.tar.gz
Removed rotten, unused implicit rules. The ld -O in one might have been
harmful if it were used.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgmp/Makefile15
1 files changed, 1 insertions, 14 deletions
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 <bsd.lib.mk>
OpenPOWER on IntegriCloud