diff options
Diffstat (limited to 'gnu/egcs/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/egcs/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/Makefile.bsd-wrapper b/gnu/egcs/Makefile.bsd-wrapper index cc3daf9ea08..3a5d6e08dce 100644 --- a/gnu/egcs/Makefile.bsd-wrapper +++ b/gnu/egcs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2004/01/23 18:21:13 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.8 2005/04/28 21:30:13 espie Exp $ .include <bsd.own.mk> USE_GCC3?=No @@ -7,7 +7,7 @@ USE_GCC3?=No SUBDIR+= libio libf2c libobjc libstdc++ .else . if ${USE_GCC3:L} == "no" -SUBDIR+= libio libf2c libstdc++ libobjc +SUBDIR+= libio libf2c libstdc++ . else SUBDIR+= . endif |