From 06046b2faabb74be6c0ee06b4e14c5b41558e515 Mon Sep 17 00:00:00 2001 From: mccallum Date: Thu, 22 Feb 1996 21:15:46 +0000 Subject: [PATCH] (GNU_MFILES): Remove eltfuncs.m. (GNU_HEADERS): Remove objects/elt.h, objects/eltfuncs.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@980 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index 886243797..6b2745791 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -163,8 +163,7 @@ atoz.m \ callbacks-id.m \ stdobjects.m \ mframe.m \ -objc-gnu2next.m \ -eltfuncs.m +objc-gnu2next.m GNU_CFILES = \ abort.c \ @@ -299,8 +298,6 @@ objects/allocs.h \ objects/behavior.h \ objects/callbacks.h \ objects/data.h \ -objects/elt.h \ -objects/eltfuncs.h \ objects/hash.h \ objects/list.h \ objects/magic.h \