summaryrefslogtreecommitdiff
path: root/src/roff/nroff/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/nroff/Makefile.sub')
-rw-r--r--src/roff/nroff/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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 $@