From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23696 invoked from network); 21 Jan 2000 20:33:33 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 21 Jan 2000 20:33:33 -0000 Received: (qmail 27203 invoked by alias); 21 Jan 2000 20:33:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9405 Received: (qmail 27192 invoked from network); 21 Jan 2000 20:33:17 -0000 Date: Fri, 21 Jan 2000 15:33:15 -0500 From: Clint Adams To: zsh-workers@sunsite.auc.dk Subject: PATCH: destdir/sitefndir Message-ID: <20000121153315.C8389@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0i $sitefndir was being made outside the tree *** Makefile.in Fri Jan 21 15:26:06 2000 --- Makefile.in.new Fri Jan 21 11:25:22 2000 *************** *** 77,83 **** # install/uninstall just the shell functions install.fns: ! test x$(sitefndir) != xno && $(sdir_top)/mkinstalldirs $(sitefndir) @cd Completion && $(MAKE) $(MAKEDEFS) $@ @cd Functions && $(MAKE) $(MAKEDEFS) $@ --- 77,83 ---- # install/uninstall just the shell functions install.fns: ! test x$(sitefndir) != xno && $(sdir_top)/mkinstalldirs $(DESTDIR)$(sitefndir) @cd Completion && $(MAKE) $(MAKEDEFS) $@ @cd Functions && $(MAKE) $(MAKEDEFS) $@