summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libc/glob/Makefile4
1 files 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 @@
1# $OpenBSD: Makefile,v 1.1 2008/10/01 23:04:36 millert Exp $ 1# $OpenBSD: Makefile,v 1.2 2009/02/18 15:17:55 millert Exp $
2 2
3PROG= globtest 3PROG= globtest
4 4
5run-regress-${PROG}: 5run-regress-${PROG}:
6 mkdir -p `sed 's@/[^/]*$$@@' ${.CURDIR}/files | sort -u` 6 mkdir -p `sed 's@/[^/]*$$@@' ${.CURDIR}/files | sort -u`
7 touch `cat files` 7 touch `cat ${.CURDIR}/files`
8 ./${PROG} ${.CURDIR}/${PROG}.in 8 ./${PROG} ${.CURDIR}/${PROG}.in
9 9
10clean: 10clean: