From ebc69764db8b098febcc57c29f65417e1b5bb888 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Thu, 26 May 2016 03:02:18 +0300 Subject: [PATCH] Makefile/dist changes for removed duk_debug_heap.c --- Makefile | 1 - util/make_dist.py | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile b/Makefile index e73888af..fda2a164 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,6 @@ DUKTAPE_SOURCES_SEPARATE = \ $(DISTSRCSEP)/duk_alloc_default.c \ $(DISTSRCSEP)/duk_debug_macros.c \ $(DISTSRCSEP)/duk_debug_vsnprintf.c \ - $(DISTSRCSEP)/duk_debug_heap.c \ $(DISTSRCSEP)/duk_debug_fixedbuffer.c \ $(DISTSRCSEP)/duk_error_macros.c \ $(DISTSRCSEP)/duk_error_longjmp.c \ diff --git a/util/make_dist.py b/util/make_dist.py index 19d8e483..dbaee770 100644 --- a/util/make_dist.py +++ b/util/make_dist.py @@ -319,7 +319,6 @@ copy_files([ 'duk_bi_thrower.c', 'duk_debug_fixedbuffer.c', 'duk_debug.h', - 'duk_debug_heap.c', 'duk_debug_macros.c', 'duk_debug_vsnprintf.c', 'duk_error_augment.c',