]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Thu, 27 Aug 1992 22:17:59 +0000 (22:17 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 27 Aug 1992 22:17:59 +0000 (22:17 +0000)
Makefile.in

index 8badd9148a17e38c3084969c441078e32c50a370..4ac850f7f7288cf8ed0c6d95ec14b8776e87ec12 100644 (file)
@@ -119,10 +119,11 @@ all:      src/paths.h ${SUBDIR}
 
 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}";'                     \