From 42d494a30b08a1df5d7d1bd692172d96167be546 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 9 Jun 1998 05:36:48 +0000 Subject: $@ is deprecated, use longer forms of single char macros --- usr.sbin/sendmail/cf/cf/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'usr.sbin/sendmail') diff --git a/usr.sbin/sendmail/cf/cf/Makefile b/usr.sbin/sendmail/cf/cf/Makefile index 3ab538cb871e..3a9a5f9f707f 100644 --- a/usr.sbin/sendmail/cf/cf/Makefile +++ b/usr.sbin/sendmail/cf/cf/Makefile @@ -20,9 +20,9 @@ RM= rm -f .SUFFIXES: .mc .cf .mc.cf: - $(RM) $@ - (cd ${.CURDIR} && $(M4) ${CFDIR}/m4/cf.m4 ${@:R}.mc) > $@ - $(CHMOD) $(ROMODE) $@ + $(RM) ${.TARGET} + (cd ${.CURDIR} && $(M4) ${CFDIR}/m4/cf.m4 ${@:R}.mc) > ${.TARGET} + $(CHMOD) $(ROMODE) ${.TARGET} ALL= freebsd.cf @@ -55,7 +55,6 @@ install: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${SENDMAIL_CF} \ ${DESTDIR}/etc/sendmail.cf .endif - # Helper for src/etc/Makefile etc-sendmail.cf: freebsd.cf -- cgit v1.3