From cec4cb595b4ceee85e6719249cd034acaaab8ab5 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sat, 14 Nov 1992 16:09:35 -0800 Subject: [PATCH] fix botch with current directory SCCS-vsn: usr.sbin/sendmail/cf/cf/Makefile 5.6 --- usr/src/usr.sbin/sendmail/cf/cf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/cf/cf/Makefile b/usr/src/usr.sbin/sendmail/cf/cf/Makefile index 688cffec99..4162fc6811 100644 --- a/usr/src/usr.sbin/sendmail/cf/cf/Makefile +++ b/usr/src/usr.sbin/sendmail/cf/cf/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 5.5 (Berkeley) %G% +# @(#)Makefile 5.6 (Berkeley) %G% M4= m4 #M4= /usr/src/usr.bin/m4/obj/m4 @@ -10,7 +10,7 @@ RM= rm -f .mc.cf: $(RM) $@ - cd ${.CURDIR} && echo DOIT | $(M4) ${@:R}.mc - > obj/$@ + (cd ${.CURDIR} && echo DOIT | $(M4) ${@:R}.mc - > obj/$@) $(CHMOD) $(ROMODE) $@ ALL= cs-hidden.cf cs-exposed.cf \ -- 2.20.1