From xemacs-m  Tue Jun 24 03:50:41 1997
Received: from ornet.ornet.co.il (ornet.co.il [194.90.140.5])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id DAA15440
	for <xemacs-beta@xemacs.org>; Tue, 24 Jun 1997 03:50:39 -0500 (CDT)
Received: from merlin.ornet.co.il (merlin.ornet.co.il [194.90.140.25]) by ornet.ornet.co.il (8.7.6/8.7.3) with ESMTP id LAA24593 for <xemacs-beta@xemacs.org>; Tue, 24 Jun 1997 11:50:39 +0300 (IDT)
Received: (from ricky@localhost) by merlin.ornet.co.il (8.7.6/8.7.3) id LAA07176; Tue, 24 Jun 1997 11:50:38 +0300 (IDT)
Date: Tue, 24 Jun 1997 11:50:38 +0300 (IDT)
Message-Id: <199706240850.LAA07176@merlin.ornet.co.il>
From: Ricardo Marek <ricky@ornet.co.il>
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: Install failure with  "Copenhagen" (20.3-b8).. Missing `\' in Makefile.
X-Face: "1qJf"LysT#xLa=~giYhF>sci:y$xiN`)FlEd7nf4Al;@ARuU|1|n_F!cXszC^^T;Q&42s}/5Q)5g0$0D'Y6.[]h]:SzlbMWu_?<'*suHpRzOGp&1VHvV~5CDMX}eRc)z3zw,XIPgG@Q*W)oG(/>;YU
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII


Hello,

I' had problems installing xemacs-20.3-b8, and the problem was a
missing `\' at the end of the line in the Makefile (or Makefile.in)
that is used to install the install-arch-dep rule,

Here is the patch that worked for me.

--- Makefile.in~	Sat Jun 21 23:01:34 1997
+++ Makefile.in	Tue Jun 24 11:44:36 1997
@@ -361,7 +361,7 @@
 	then \
 	   ${INSTALL_DATA} lib-src/DOC ${archlibdir}/DOC ; \
 	   for subdir in `find ${archlibdir} -type d ! -name RCS ! -name SCCS ! -name CVS -print` ; do \
-	     (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ;
+	     (cd $${subdir} && $(RM) -r RCS CVS SCCS \#* *~) ; \
 	   done ; \
 	else true; fi
 	${INSTALL_PROGRAM} src/xemacs ${bindir}/xemacs-${version}



Now it is the time to check if the installation works...:)

-- 
--- Ricky                                    -*- Mode: Another-Unix-Hacker -*-
------------------------------------------------------------------------------
--- e-mail: ricky@ornet.co.il       ORNET Data Communication Technologies Ltd.  
--- phone: +972-4-9981314                      (A Siemens Company)
------------------------------------------------------------------------------
    double value;                /* or your money back! */
    short changed;               /* so triple your money back! */
            --Larry Wall in cons.c from the perl source code

