Don't call $(SHELL) for mdate.sh, call its directly.

Old method don't works, if login shell != sh && != bash
This commit is contained in:
Andrey A. Chernov 1995-01-16 23:02:07 +00:00
parent eda3ffc7c2
commit 2875b41727
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5663

View File

@ -118,7 +118,7 @@ CFLAGS+=$(DEFINES)
-e "s;@TMAC_MDIR@;$(tmacdir)/mm;g" \
-e "s;@BROKEN_SPOOLER_FLAGS@;$(BROKEN_SPOOLER_FLAGS);g" \
-e "s;@VERSION@;`cat ${.CURDIR}/../VERSION`;g" \
-e "s;@MDATE@;`$(SHELL) ${.CURDIR}/../mdate.sh $<`;g" \
-e "s;@MDATE@;`${.CURDIR}/../mdate.sh $<`;g" \
-e "s;@g@;$(g);g" \
-e "s;@G@;`echo $(g) | tr [a-z] [A-Z]`;g" \
$< >$@