aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libgmp/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-12-27 16:52:55 +0000
committerBruce Evans <bde@FreeBSD.org>1998-12-27 16:52:55 +0000
commit2f0c4e01f6a582ca51e57c73710b18d3e71411e2 (patch)
treeae675d04da7786f7e9d0a11e408abe773288de66 /gnu/lib/libgmp/Makefile
parent1767866e4d16308703ef3c9640b0ae43b2837ad9 (diff)
downloadsrc-2f0c4e01f6a582ca51e57c73710b18d3e71411e2.tar.gz
src-2f0c4e01f6a582ca51e57c73710b18d3e71411e2.zip
Removed rotten, unused implicit rules. The ld -O in one might have been
harmful if it were used.
Notes
Notes: svn path=/head/; revision=42091
Diffstat (limited to 'gnu/lib/libgmp/Makefile')
-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 f96693b1d32c..37e390f392c3 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>