diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-07-29 04:07:36 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-07-29 04:07:36 +0000 |
commit | f5cbbc1ede7a47e3770f9870d913c13ab3837b2e (patch) | |
tree | a36646c06d0e90a455b829f59c4aed0cc9cc48d9 | |
parent | 5d49f64a1d5b6252bd90309748f8541fe26d3ca0 (diff) |
add braces to variable
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |