summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-29 04:07:36 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-29 04:07:36 +0000
commitf5cbbc1ede7a47e3770f9870d913c13ab3837b2e (patch)
treea36646c06d0e90a455b829f59c4aed0cc9cc48d9
parent5d49f64a1d5b6252bd90309748f8541fe26d3ca0 (diff)
add braces to variable
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 65e0a0acd50..be76fa2ddca 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.19 1997/07/29 03:37:03 kstailey Exp $
+# $OpenBSD: Makefile,v 1.20 1997/07/29 04:07:35 kstailey Exp $
# $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $
#
@@ -60,7 +60,7 @@ afterinstall:
build:
.ifdef GLOBAL_AUTOCONF_CACHE
- rm -f $GLOBAL_AUTOCONF_CACHE
+ rm -f ${GLOBAL_AUTOCONF_CACHE}
.endif
(cd ${.CURDIR}/share/mk && ${MAKE} install)
(cd ${.CURDIR}/include; ${MAKE} includes)