From xemacs-m  Mon Jul  7 12:15:32 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 MAA06145
	for <xemacs-beta@xemacs.org>; Mon, 7 Jul 1997 12:15:31 -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 KAA12768
	for <xemacs-beta@xemacs.org>; Mon, 7 Jul 1997 10:15:33 -0700 (PDT)
Received: (from wmperry@localhost) by kramer.in.aventail.com (8.7.6/8.7.3) id KAA06956; Mon, 7 Jul 1997 10:15:32 -0700
To: xemacs-beta@xemacs.org
Subject: Re: wrong perms
References: <87oh8ft1ce.fsf@mharnois.workgroup.net> <m2d8ou23k4.fsf@altair.xemacs.org>
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:15:32 -0700
In-Reply-To: Steven L Baur's message of "07 Jul 1997 10:08:11 -0700"
Message-ID: <86hge6g4wb.fsf@kramer.in.aventail.com>
Lines: 28
X-Mailer: Gnus v5.4.59/Emacs 19.34

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!"

-Bill P.

*** Makefile.in	1997/07/07 17:14:48	1.1
--- Makefile.in	1997/07/07 17:15:05
***************
*** 69,74 ****
--- 69,77 ----
  clean:
  	$(RM) $(progs) *.o *.i *.orig *.rej core *~
  
+ distclean: clean
+ 	rm -f Makefile
+ 
  size:
  	wc *.c *.h
  

