diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-08-24 00:20:15 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-08-24 00:20:15 +0000 |
commit | c88af02ecb5d6bb977b45d993d3ade0f508437e7 (patch) | |
tree | 75d931d5d676a2b46560d2dd7020c3cfa87a08a4 /gnu/egcs/libf2c/Makefile.bsd-wrapper | |
parent | 869e595678db8779e0d146cb0718ae68585f601c (diff) |
m68k code generation work-around that I had forgotten to remove...
Diffstat (limited to 'gnu/egcs/libf2c/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/egcs/libf2c/Makefile.bsd-wrapper | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/gnu/egcs/libf2c/Makefile.bsd-wrapper b/gnu/egcs/libf2c/Makefile.bsd-wrapper index 9a73a48967b..175730698b2 100644 --- a/gnu/egcs/libf2c/Makefile.bsd-wrapper +++ b/gnu/egcs/libf2c/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 1999/05/26 15:47:00 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1999/08/24 00:20:14 espie Exp $ EGCS_DIR= $(.CURDIR)/.. .if defined(OBJMACHINE) @@ -142,15 +142,4 @@ includes: install -C -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ ${.CURDIR}/f2c.h ${DESTDIR}/usr/include -.if (${MACHINE_ARCH} == "m68k") -.for _I in libF77/r_nint libF77/d_nint libF77/i_dnnt libF77/i_nint \ - libF77/h_dnnt libF77/h_nint -${_I}.so: ${_I}.c - @echo "${COMPILE.c} ${PICFLAGS} -O1 -DPIC ${.IMPSRC} -o ${.TARGET}" - @${COMPILE.c} ${PICFLAGS} -O1 -DPIC ${.IMPSRC} -o ${.TARGET}.o - @${LD} -x -r ${.TARGET}.o -o ${.TARGET} - @rm -f ${.TARGET}.o -.endfor -.endif - .include <bsd.lib.mk> |