From 996479e693b89834cdd0a0c949b310e526c817cd Mon Sep 17 00:00:00 2001 From: michaelh Date: Wed, 7 Nov 2001 18:20:35 +0000 Subject: [PATCH] Added missing entries git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1522 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 54cff88f..102f62ab 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -74,7 +74,8 @@ Z80SOURCES = _atoi.c \ assert.c _strcat.c \ _modslong.c _modulong.c \ _mullong.c \ - _divslong.c _divulong.c + _divslong.c _divulong.c \ + malloc.c Z80OBJECTS = $(Z80SOURCES:%.c=$(PORTDIR)/%.o) -- 2.47.2