From xemacs-m  Sun Aug  3 07:29:18 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id HAA21391
	for <xemacs-beta@xemacs.org>; Sun, 3 Aug 1997 07:29:17 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.6/8.8.6) id FAA10688;
	Sun, 3 Aug 1997 05:33:45 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: "Budapest" success (20.3-b16) on linux 2.0.30
References: <m3d8nxplz4.fsf@indie.fga-intern.de> 	<m2d8nx7313.fsf@altair.xemacs.org> <9708031206.AA23931@fornet.gvc.dec.com>
X-Face: `'%\i;ySOu]g?NlziJSk_$&@]KP`}~PEQPjZ5;nxSaDW_o$4+4%Ab]%Ifw3ZR;7TIT3,O,'
 @2{L;]ox6kc;$_5kU'n**9vFg-]eV~GbxSVCx|(s%uR[],*:^WKmC`B}(;|k9/m]gwt?&`t;^rfCJg
 khHH>pP1W\)xM0U@!FNDD72{3fDP$PkBhx^7Z?-WxH6DbFN:QOnT`llzW}VGdYv;n9lzljQvKTIBhQ
 YuV
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: Steve Carney's message of "Sun, 3 Aug 1997 14:06:52 +0200"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 03 Aug 1997 05:33:44 -0700
Message-ID: <m2zpqz78ev.fsf@altair.xemacs.org>
Lines: 40
X-Mailer: Gnus v5.4.64/XEmacs 20.3(beta17) - "Bucharest"

Steve Carney <carney@gvc.dec.com> writes:

> steve@xemacs.org (SL Baur) writes, in <m2d8nx7313.fsf@altair.xemacs.org>:
>> Oliver Graf <ograf@fga.de> writes:
>>> One small thing to patch: lib-src/config.values was still in
>>> lib-src/Makefile.in.in

>> A patch to fix this was already posted to this list.

> Could someone repost this patch, I missed it.

1997-08-01  SL Baur  <steve@altair.xemacs.org>

	* Makefile.in.in (distclean): Remove config.values here only.

Index: lib-src/Makefile.in.in
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lib-src/Makefile.in.in,v
retrieving revision 1.21
diff -u -r1.21 Makefile.in.in
--- Makefile.in.in	1997/08/01 03:27:46	1.21
+++ Makefile.in.in	1997/08/01 07:18:19
@@ -67,7 +67,7 @@
 ## which should not be installed in bindir.
 UTILITIES= make-path wakeup profile make-docfile digest-doc \
 	sorted-doc movemail cvtmail fakemail yow hexl \
-	gnuserv mmencode config.values
+	gnuserv mmencode
 ## These need to be conditional on I18N3 make-msgfile make-po
 
 ## Like UTILITIES, but they are not system-dependent, and should not be
@@ -237,7 +237,7 @@
 	$(RM) ${INSTALLABLES} ${UTILITIES}
 distclean: clean
 	$(RM) DOC *.tab.c *.tab.h aixcc.c TAGS
-	$(RM) Makefile Makefile.in blessmail
+	$(RM) Makefile Makefile.in blessmail config.values
 realclean: distclean
 extraclean: distclean
 	$(RM) *~ \#*

