diff --git a/ChangeLog b/ChangeLog index 8208f4e6a..fedc880e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-22 Richard Frith-Macdonald + + * SSL/GNUmakefile: Remove -lobjc and -lgnustep-base from bundle + libraries ... it should not need them. + 2002-03-21 Richard Frith-Macdonald * Source/NSArray.m: Ensure property-list read/write uses UTF8 diff --git a/SSL/GNUmakefile b/SSL/GNUmakefile index cc28044d6..55084a991 100644 --- a/SSL/GNUmakefile +++ b/SSL/GNUmakefile @@ -50,7 +50,7 @@ SSL_OBJC_FILES = GSUnixSSLHandle.m # The principal class in the bundle SSL_PRINCIPAL_CLASS = GSUnixSSLHandle -SSL_BUNDLE_LIBS = -lgnustep-base -lobjc $(SSLLIBS) +SSL_BUNDLE_LIBS = $(SSLLIBS) endif