From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25312 invoked from network); 7 Feb 2001 17:12:52 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Feb 2001 17:12:52 -0000 Received: (qmail 2253 invoked by alias); 7 Feb 2001 17:12:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13439 Received: (qmail 2240 invoked from network); 7 Feb 2001 17:12:35 -0000 From: "Bart Schaefer" Message-Id: <1010207171229.ZM30546@candle.brasslantern.com> Date: Wed, 7 Feb 2001 17:12:29 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.dk Subject: PATCH: "make clean" should clean up Test/ better MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Index: Test/Makefile.in =================================================================== @@ -55,7 +55,7 @@ @CLEAN_MK@ mostlyclean-here: - rm -rf *.tmp + rm -rf Modules .zcompdump *.tmp distclean-here: rm -f Makefile -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net