From 57d133074e97b48d4ecae3de85bce784c3600b6c Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Fri, 31 May 1996 15:49:10 +0000 Subject: [PATCH] (maintainer-clean): Remove *_bas and *_cbs files. (GNU_MFILES): Fix typo. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1611 72102866-910b-0410-8b05-ffd578937521 --- Source/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index 8117b349f..2ed350bb5 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -172,7 +172,7 @@ o_array.m \ o_array_bas.m \ o_array_cbs.m \ o_cbs.m \ -o_cbs_char-p.m \ +o_cbs_char_p.m \ o_cbs_id.m \ o_cbs_int.m \ o_cbs_int_p.m \ @@ -654,6 +654,7 @@ distclean: clean rm -f dynamic-load.h maintainer-clean: distclean rm -f TAGS include/preface.h include/config.h + rm -f o_*_bas.m o_*_cbs.m include/o_*_bas.h include/o_*_cbs.h copy-dist: $(DIST_FILES) mkdir ../snap/src