summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/preproc/eqn/Makefile.sub2
-rw-r--r--src/roff/nroff/Makefile.sub2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/preproc/eqn/Makefile.sub b/src/preproc/eqn/Makefile.sub
index 75546456..7312343a 100644
--- a/src/preproc/eqn/Makefile.sub
+++ b/src/preproc/eqn/Makefile.sub
@@ -48,7 +48,7 @@ neqn: neqn.sh
-rm -f $@
sed -e 's/@g@/$(g)/g' \
-e 's|@BINDIR@|$(bindir)|g' \
- -e 's|@SEP@|$(SEP)|g' \
+ -e 's|@SEP@|$(SH_SEP)|g' \
-e $(SH_SCRIPT_SED_CMD) $(srcdir)/neqn.sh >$@
chmod +x $@
diff --git a/src/roff/nroff/Makefile.sub b/src/roff/nroff/Makefile.sub
index 138c870a..abd6d4a5 100644
--- a/src/roff/nroff/Makefile.sub
+++ b/src/roff/nroff/Makefile.sub
@@ -7,7 +7,7 @@ all: nroff
nroff: nroff.sh
rm -f $@
sed -e "s|@BINDIR@|$(bindir)|g" \
- -e "s|@SEP@|$(SEP)|g" \
+ -e "s|@SEP@|$(SH_SEP)|g" \
-e $(SH_SCRIPT_SED_CMD) \
-e "s|@VERSION@|$(version)$(revision)|" $(srcdir)/nroff.sh >$@
chmod +x $@