From xemacs-m  Mon Jul  7 12:17:38 1997
Received: from newman.aventail.com (root@newman.aventail.com [199.238.236.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA06172
	for <xemacs-beta@xemacs.org>; Mon, 7 Jul 1997 12:17:37 -0500 (CDT)
Received: from kramer.in.aventail.com (wmperry@kramer.in.aventail.com [192.168.1.12])
	by newman.aventail.com (8.8.5/8.8.5) with ESMTP id KAA12832
	for <xemacs-beta@xemacs.org>; Mon, 7 Jul 1997 10:17:39 -0700 (PDT)
Received: (from wmperry@localhost) by kramer.in.aventail.com (8.7.6/8.7.3) id KAA06977; Mon, 7 Jul 1997 10:17:39 -0700
To: xemacs-beta@xemacs.org
Subject: Re: wrong perms
References: <87oh8ft1ce.fsf@mharnois.workgroup.net> <m2d8ou23k4.fsf@altair.xemacs.org> <86hge6g4wb.fsf@kramer.in.aventail.com>
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;
From: wmperry@aventail.com (William M. Perry)
Date: 07 Jul 1997 10:17:39 -0700
In-Reply-To: wmperry@aventail.com's message of "07 Jul 1997 10:15:32 -0700"
Message-ID: <86g1tqg4ss.fsf@kramer.in.aventail.com>
Lines: 31
X-Mailer: Gnus v5.4.59/Emacs 19.34

wmperry@aventail.com (William M. Perry) writes:

> Steven L Baur <steve@xemacs.org> writes:
> 
> > Michael Harnois <mharnois@sbt.net> writes:
> > 
> > > Perms on /xemacs-20.3-b11/pkg-src/tree-x/Makefile are inconsistent
> > > with the rest of the source tree.
> > 
> > That file shouldn't be in the source tree -- `make distclean' doesn't
> > appear to work with tree-x.
> 
>   To quote ross perot: "If its broke, fix it!"

  Of course, this should have gone in Makefile.in.in, not Makefile.in

-Bill P.

*** Makefile.in.in	1997/07/07 17:16:41	1.1
--- Makefile.in.in	1997/07/07 17:16:54
***************
*** 68,73 ****
--- 68,75 ----
  clean:
  	$(RM) $(progs) *.o *.i *.orig *.rej core *~
  
+ distclean: clean
+ 	$(RM) Makefile Makefile.in
  size:
  	wc *.c *.h
  

