From xemacs-m  Thu Apr 10 07:42:28 1997
Received: from chekov.ctd.comsat.com (exim@chekov.ctd.comsat.com [134.133.40.22])
	by xemacs.org (8.8.5/8.8.5) with SMTP id HAA21675
	for <xemacs-beta@xemacs.org>; Thu, 10 Apr 1997 07:42:27 -0500 (CDT)
Received: from neal by chekov.ctd.comsat.com with local (Exim 1.61 #1)
	id 0wFJBL-0006lN-00; Thu, 10 Apr 1997 08:42:27 -0400
From: Neal Becker <neal@ctd.comsat.com>
To: xemacs-beta@xemacs.org
Subject: 20.1b12 Makefile problem
X-Face: "$ryF/ne$oms9n}#TY|W5Ttjbp-6/u4j'7c:%-aq2IAf'&DjuvII4wvr:eU{h=GMPcVTP,p
 XgCPnk{Qu:7P=jH00Q?B(*bZ\7#x_&KD=%hU1VhP'`hy'PF01*tU9DAoK7QXTGzL%fe!lIj,0Ds,P:
 GV_YPd*4GO?ClJAPRa=iB\PuIQmM=Q>qo87lJh-N2PQL-2QaM>}LdWI<}
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Message-Id: <E0wFJBL-0006lN-00@chekov.ctd.comsat.com>
Date: Thu, 10 Apr 1997 08:42:27 -0400

I got:

[...]
sed: Unknown option to 's'
sed: Unknown option to 's'
[...]

This apparantly came from:

xemacs-version.h: ${lispdir}version.el
	@echo "#define main_1 xemacs_`grep emacs-version ${lispdir}version.el | sed 's/.*\"\(.*\)\.\(.*\)\"/\1_\2/ 1q'`_`grep -i xemacs.*lucid.*beta ${lispdir}version.el | sed 's/.*\(beta[0-9]*\).*/\1/ 1q'`" > xemacs-version.h

I think this was gnu sed (if Make used my path, it would be).

