changeset 1035:56b6d2f4383a

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 27 Aug 1992 22:17:59 +0000
parents 5cc1bd18edf7
children 8b201fcaa592
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu Aug 27 04:22:31 1992 +0000
+++ b/Makefile.in	Thu Aug 27 22:17:59 1992 +0000
@@ -119,10 +119,11 @@
 
 removenullpaths=sed -e 's/^://' -e 's/:$$//' -e 's/::/:/'
 
+# Note that sed is not in /bin on 386bsd.
 src/paths.h: Makefile src/paths.h.in
 	lisppath=`echo ${lisppath} | ${removenullpaths}` ;		\
 	buildlisppath=`echo ${buildlisppath} | ${removenullpaths}` ;	\
-	/bin/sed < src/paths.h.in > src/paths.h.tmp			\
+	sed < src/paths.h.in > src/paths.h.tmp			\
 	-e 's;\(#.*PATH_LOADSEARCH\).*$$;\1 "'$${lisppath}'";'		\
 	-e 's;\(#.*PATH_DUMPLOADSEARCH\).*$$;\1 "'$${buildlisppath}'";'	\
 	-e 's;\(#.*PATH_EXEC\).*$$;\1 "${libdir}";'			\