=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/Makefile 1997/07/29 03:37:03 1.19 +++ src/Makefile 1997/07/29 04:07:35 1.20 @@ -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 @@ 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)