From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25037 invoked from network); 31 Aug 1999 11:02:51 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 31 Aug 1999 11:02:51 -0000 Received: (qmail 21611 invoked by alias); 31 Aug 1999 11:02:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7572 Received: (qmail 21604 invoked from network); 31 Aug 1999 11:02:43 -0000 Message-ID: <37CBB52A.D1242E81@u.genie.co.uk> Date: Tue, 31 Aug 1999 11:57:46 +0100 From: Oliver Kiddle X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Zsh workers Subject: Slight problem with make install Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I just tried pws-2 and make install failed. Problem was a missing '$', probably introduced with all the DESTDIR stuff. Oliver Kiddle *** Src/Makefile.in.old Tue Aug 31 11:50:08 1999 --- Src/Makefile.in Tue Aug 31 11:50:15 1999 *************** *** 167,173 **** $(LN) $(DESTDIR)$(bindir)/zsh $(DESTDIR)$(bindir)/zsh.old; \ else :; fi rm -f $(DESTDIR)$(bindir)/zsh.new ! $(LN) $(DESTDIR)$(bindir)/zsh-$(VERSION) $(DESTDIR)(bindir)/zsh.new mv $(DESTDIR)$(bindir)/zsh.new $(DESTDIR)$(bindir)/zsh install.bin-N: --- 167,173 ---- $(LN) $(DESTDIR)$(bindir)/zsh $(DESTDIR)$(bindir)/zsh.old; \ else :; fi rm -f $(DESTDIR)$(bindir)/zsh.new ! $(LN) $(DESTDIR)$(bindir)/zsh-$(VERSION) $(DESTDIR)$(bindir)/zsh.new mv $(DESTDIR)$(bindir)/zsh.new $(DESTDIR)$(bindir)/zsh install.bin-N: