summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libexec/atrun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile
index 96d415b..5e47abf 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 \
OpenPOWER on IntegriCloud