@@ -9,11 +9,10 @@ OFListObject.m \ OFObject.m \ OFString.m \ OFWideString.m -OBJCFLAGS += -fPIC -DPIC -fno-nil-recivers -fconstant-string-class=OFConstString -fobjc-exceptions INCLUDES = OFConstString.h \ OFConstWideString.h \ OFException.h \ OFList.h \ OFListObject.h \ @@ -21,7 +20,8 @@ OFString.h \ OFWideString.h include ../buildsys.mk +OBJCFLAGS += -fPIC -DPIC -fno-nil-receivers -fconstant-string-class=OFConstString -fobjc-exceptions LD = ${OBJC} LIBS += -lobjc