diff options
| author | Martin Cracauer <cracauer@FreeBSD.org> | 1998-09-09 10:21:12 +0000 |
|---|---|---|
| committer | Martin Cracauer <cracauer@FreeBSD.org> | 1998-09-09 10:21:12 +0000 |
| commit | 270f65a70cb5801a29a4b1746db50270f5bc8206 (patch) | |
| tree | c2c33a23760ef23e445eda738e4978c149e87398 /gnu/lib/libobjc | |
| parent | 90e137696c0186e771645dfe4f6ef783bc5c7d6e (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libobjc')
| -rw-r--r-- | gnu/lib/libobjc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libobjc/Makefile b/gnu/lib/libobjc/Makefile index 2083d234450c..7822c6e083c0 100644 --- a/gnu/lib/libobjc/Makefile +++ b/gnu/lib/libobjc/Makefile @@ -1,5 +1,5 @@ # Makefile for libobjc -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 15:43:02 peter Exp $ GCCDIR= ${.CURDIR}/../../../contrib/gcc @@ -7,7 +7,7 @@ GCCDIR= ${.CURDIR}/../../../contrib/gcc LIB= objc NOMAN= sorry -NOPIC= does not work +NOPIC= works but method lookup slowdown is significant SRCS= archive.c class.c encoding.c hash.c init.c misc.c \ my_objects.c sarray.c selector.c my_sendmsg.c \ |
