From 5537caa4cd50f5e6d204683376b6a4915ee55432 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 3 Oct 2007 17:35:35 -0400 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4cea362cff..11563a0698 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ ENGINE = $(DLL_PREFIX)factor$(DLL_SUFFIX)$(DLL_EXTENSION) DLL_OBJS = $(PLAF_DLL_OBJS) \ vm/alien.o \ vm/bignum.o \ - vm/compiler.o \ + vm/code_heap.o \ vm/debug.o \ vm/factor.o \ vm/ffi_test.o \