From bdba63c074d71cdce3f75074ba79bdc7a4c0e785 Mon Sep 17 00:00:00 2001 From: millert <> Date: Wed, 18 Feb 2009 15:17:55 +0000 Subject: Add missing CURDIR --- src/regress/lib/libc/glob/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regress/lib/libc/glob/Makefile b/src/regress/lib/libc/glob/Makefile index 4a3731a970..6b93edfc38 100644 --- a/src/regress/lib/libc/glob/Makefile +++ b/src/regress/lib/libc/glob/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2008/10/01 23:04:36 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2009/02/18 15:17:55 millert Exp $ PROG= globtest run-regress-${PROG}: mkdir -p `sed 's@/[^/]*$$@@' ${.CURDIR}/files | sort -u` - touch `cat files` + touch `cat ${.CURDIR}/files` ./${PROG} ${.CURDIR}/${PROG}.in clean: -- cgit v1.2.3-55-g6feb