=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/Attic/Makefile.bsd-wrapper,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/less/Attic/Makefile.bsd-wrapper 1997/07/29 03:16:29 1.12 --- src/usr.bin/less/Attic/Makefile.bsd-wrapper 1997/07/29 03:37:04 1.13 *************** *** 1,4 **** ! # $OpenBSD: Makefile.bsd-wrapper,v 1.12 1997/07/29 03:16:29 kstailey Exp $ # # less config --- 1,4 ---- ! # $OpenBSD: Makefile.bsd-wrapper,v 1.13 1997/07/29 03:37:04 kstailey Exp $ # # less config *************** *** 43,56 **** .FORCE: .IGNORE ! .ifdef GLOBAL_CACHE config: .FORCE /bin/sh ${.CURDIR}/configure --prefix=${PREFIX} \ ! --cache-file=${HOME}/.Makefile.bsd-wrapper.cache config.status: /bin/sh ${.CURDIR}/configure --prefix=${PREFIX} \ ! --cache-file=${HOME}/.Makefile.bsd-wrapper.cache .else config: .FORCE -rm -f config.cache --- 43,56 ---- .FORCE: .IGNORE ! .ifdef GLOBAL_AUTOCONF_CACHE config: .FORCE /bin/sh ${.CURDIR}/configure --prefix=${PREFIX} \ ! --cache-file=${GLOBAL_AUTOCONF_CACHE} config.status: /bin/sh ${.CURDIR}/configure --prefix=${PREFIX} \ ! --cache-file=${GLOBAL_AUTOCONF_CACHE} .else config: .FORCE -rm -f config.cache