diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-03-01 02:52:12 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-03-01 02:52:12 +0000 |
commit | 700c26bc5134ea32521e4bfbede5bf3409778543 (patch) | |
tree | 41bd199da8597d8a7b90b94a8f48f34fda7a5958 /gnu/lib | |
parent | 6035e9886fb7ee4350eee37029b6dc6bd0fe9f15 (diff) |
Build libf2c on gcc3 architectures, ok deraadt@
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 530df88050b..27681bd9235 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.10 2004/01/23 18:21:13 espie Exp $ +# $OpenBSD: Makefile,v 1.11 2004/03/01 02:52:11 drahn Exp $ .include <bsd.own.mk> USE_GCC3?=No .if make(obj) -SUBDIR+=libiberty libobjc libstdc++ ../egcs libreadline +SUBDIR+=libiberty libobjc libstdc++ ../egcs libreadline libf2c .else . if ${USE_GCC3:L} == "yes" -SUBDIR+=libiberty libobjc libstdc++ libreadline +SUBDIR+=libiberty libobjc libstdc++ libreadline libf2c . else SUBDIR+=libiberty ../egcs libreadline . endif |