Browse Source

also use new libobjc on old architectures, since it builds fine with

gcc 2.95.
tests and okay miod@, marc@.
OPENBSD_3_8
espie 19 years ago
parent
commit
cfce6166ab
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/include/Makefile

+ 2
- 2
src/include/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.131 2005/04/18 16:17:43 millert Exp $
# $OpenBSD: Makefile,v 1.132 2005/04/28 21:30:13 espie Exp $
# $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $
# @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91
@ -63,7 +63,7 @@ WDIRS+= ../gnu/lib/libstdc++ ../gnu/usr.bin/gcc ../gnu/lib/libobjc \
PWDIRS+= ../gnu/lib/libstdc++ ../gnu/lib/libf2c
.else
WDIRS+= ../gnu/egcs/libio ../gnu/egcs/libstdc++ \
../gnu/egcs/libf2c ../gnu/egcs/libobjc ../gnu/egcs/gcc
../gnu/egcs/libf2c ../gnu/lib/libobjc ../gnu/egcs/gcc
PWDIRS+= ../gnu/egcs/libf2c
.endif


Loading…
Cancel
Save