From xemacs-m  Wed Jan  8 09:29:42 1997
Received: from inf.enst.fr (Nici1sXJHS1Gq0cHviQgIxgVQU7FEiXH@inf.enst.fr [137.194.2.81])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id JAA10118 for <xemacs-beta@xemacs.org>; Wed, 8 Jan 1997 09:29:39 -0600 (CST)
Received: from esmeralda.enst.fr (esmeralda.enst.fr [137.194.160.71])
          by inf.enst.fr (8.8.3/8.8.4) with ESMTP
	  id QAA29389; Wed, 8 Jan 1997 16:29:31 +0100 (MET)
Received: (from tardieu@localhost) by esmeralda.enst.fr (8.8.3/8.8.2) id QAA19190; Wed, 8 Jan 1997 16:29:25 +0100 (MET)
Sender: tardieu@inf.enst.fr
Original-Sender: tardieu@inf.enst.fr
To: xemacs-beta@xemacs.org
Subject: 20.0b34 -- dynodump/Makefile.in missing parenthesis
Date: 08 Jan 1997 16:24:25 +0100
Message-ID: <qw6pvzgyyty.fsf@esmeralda.enst.fr>
Lines: 27
X-Mailer: Red Gnus v0.76/XEmacs 19.14
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Precedence: special-delivery
From: Samuel Tardieu <sam@inf.enst.fr>
Organization: Ecole Nationale Superieure des Telecommunications
Reply-To: Samuel Tardieu <sam@inf.enst.fr>
X-WWW: http://www-stud.enst.fr/~tardieu/
X-PGP-key: finger -l tardieu@cyclic.com
X-Mail-Processing: Sam's procmail tools

I was surprised to see a line starting with "PATH=/usr/ccs/bin:ATH ld ..."
while compiling 20.0b34 on Solaris 2.5 (though it worked fine in this
case). Patch follows my signature for dynodump/Makefile.in.

  Sam

PS/ A mail to "xemacs-beta-patches@xemacs.org" failed a few minutes
    ago, are the directions to post patches wrong?
-- 
Samuel Tardieu -- sam@inf.enst.fr

*** Makefile.in.orig	Wed Jan  8 16:20:48 1997
--- Makefile.in	Wed Jan  8 16:21:06 1997
***************
*** 96,102 ****
  #endif
  
  dynodump.so: ${srcdir}/_dynodump.h $(OBJS)
! 	PATH=/usr/ccs/bin:/bin:$PATH ld -o dynodump.so -G $(OBJS) -lelf -lmapmalloc
  
  _relocate.o: ${srcdir}/$(ARCH)/_relocate.c
  	$(CC) -c $(ALL_CFLAGS) ${srcdir}/$(ARCH)/_relocate.c
--- 96,102 ----
  #endif
  
  dynodump.so: ${srcdir}/_dynodump.h $(OBJS)
! 	PATH=/usr/ccs/bin:/bin:$(PATH) ld -o dynodump.so -G $(OBJS) -lelf -lmapmalloc
  
  _relocate.o: ${srcdir}/$(ARCH)/_relocate.c
  	$(CC) -c $(ALL_CFLAGS) ${srcdir}/$(ARCH)/_relocate.c




