summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2009-02-18 15:17:56 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2009-02-18 15:17:56 +0000
commitc433c5b93629963d72c3fec49ab275ce82154d6c (patch)
treef5b3dad91b8595aff45d85293f5ab0a78c83c139
parent3a4fd9348c0b873b55da812c53fa83b1e5cab829 (diff)
Add missing CURDIR
-rw-r--r--regress/lib/libc/glob/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/glob/Makefile b/regress/lib/libc/glob/Makefile
index 4a3731a9709..6b93edfc386 100644
--- a/regress/lib/libc/glob/Makefile
+++ b/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: