From eb84a02e974eeae5e09dd96cb6175b39a0b77274 Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 29 Jun 2010 22:00:43 +0000 Subject: [PATCH] Reinstate legacy_malloc in the build, unless you disable legacy nonsense. --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 3ab5b7a..2cf7a96 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -33,6 +33,10 @@ libobjc_C_FILES = \ sendmsg2.c\ statics_loader.c +ifneq ($(enable_legacy), no) +libobjc_C_FILES += legacy_malloc.c +endif + libobjc_HEADER_FILES_DIR = objc libobjc_HEADER_FILES_INSTALL_DIR = objc ifneq ($(install_headers), no)