From 59e81049c8c8381d1802db127e8b9c992828e130 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Wed, 10 Apr 1996 20:21:46 +0000 Subject: [PATCH] (GNU_CFILES): Removed objc-malloc.c. (GNU_MFILES): Added objc-malloc.m. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1344 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index cec004ff7..b2661ae96 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -186,12 +186,12 @@ map-bas.m \ map-cbs.m \ stdobjects.m \ mframe.m \ -objc-gnu2next.m +objc-gnu2next.m \ +objc-malloc.m GNU_CFILES = \ md5.c \ numbers.c \ -objc-malloc.c \ o_vscanf.c GNU_OTHER_SRCFILES = \