summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: