diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2009-02-18 15:17:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2009-02-18 15:17:56 +0000 |
commit | c433c5b93629963d72c3fec49ab275ce82154d6c (patch) | |
tree | f5b3dad91b8595aff45d85293f5ab0a78c83c139 | |
parent | 3a4fd9348c0b873b55da812c53fa83b1e5cab829 (diff) |
Add missing CURDIR
-rw-r--r-- | regress/lib/libc/glob/Makefile | 4 |
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: |