From bb22b34ecdd07edee5704801b8418f4bcfdcaafe Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 29 Aug 1995 13:42:52 +0000 Subject: Fix ${.CURDIR} misspelling --- libexec/atrun/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/atrun/Makefile') diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile index 96d415b6175c..5e47abfb82f0 100644 --- a/libexec/atrun/Makefile +++ b/libexec/atrun/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/08/10 04:06:52 ache Exp $ +# $Id: Makefile,v 1.3 1995/08/21 12:34:16 ache Exp $ MAINSRC= ${.CURDIR}/../../usr.bin/at @@ -13,7 +13,7 @@ MANSRC= . CLEANFILES += ${MAN8} MANDEPEND = ${MAN8} -CFLAGS+= -I$(MAINSRC) -I{$.CURDIR} +CFLAGS+= -I$(MAINSRC) -I${.CURDIR} ${MAN8}: atrun.man sed -e \ -- cgit v1.3