From xemacs-m  Sat Jun 21 22:09:18 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA08226
	for <xemacs-beta@xemacs.org>; Sat, 21 Jun 1997 22:09:16 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id UAA11206;
	Sat, 21 Jun 1997 20:09:36 -0700
Date: Sat, 21 Jun 1997 20:09:36 -0700
Message-Id: <199706220309.UAA11206@bittersweet.inetarena.com>
From: "Karl M. Hegbloom" <karlheg@inetarena.com>
To: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: [patch] Makefile, the missing '\'.
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D


 Oops...  This will save having to reconfigure and compile agian.
(Duh.)

 In case you haven't already fixed your own copy...

--- Makefile~	Sat Jun 21 17:41:20 1997
+++ Makefile	Sat Jun 21 20:08:09 1997
@@ -362,7 +362,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}

