diff options
author | david <> | 2004-01-21 18:13:48 +0000 |
---|---|---|
committer | david <> | 2004-01-21 18:13:48 +0000 |
commit | 9d8f0334912497dc64a4c98c61e586a9caeccac8 (patch) | |
tree | a41628d97eb65519e357f4ef93ae176060b6b5ad /src/regress/lib | |
parent | 8ad0502d4b92b34ae8cdc05181efcea7cff76c14 (diff) | |
download | openbsd-9d8f0334912497dc64a4c98c61e586a9caeccac8.tar.gz openbsd-9d8f0334912497dc64a4c98c61e586a9caeccac8.tar.bz2 openbsd-9d8f0334912497dc64a4c98c61e586a9caeccac8.zip |
fix Makefile
ok millert@
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libc/time/strptime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/time/strptime/Makefile b/src/regress/lib/libc/time/strptime/Makefile index 9a288e3c0e..f2c9ebaf2c 100644 --- a/src/regress/lib/libc/time/strptime/Makefile +++ b/src/regress/lib/libc/time/strptime/Makefile | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2004/01/20 16:47:55 millert Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2004/01/21 18:13:48 david Exp $ |
2 | 2 | ||
3 | PROG= strptime_test | 3 | PROG= strptime_test |
4 | SRCS= main.c | 4 | SRCS= main.c |
5 | CLEANFILES+= got | 5 | CLEANFILES+= got |
6 | 6 | ||
7 | REGRESS_TARGETS=do-reg | 7 | REGRESS_TARGETS=do-reg |
8 | do-reg: | 8 | do-reg: ${PROG} |
9 | ./${PROG} < ${.CURDIR}/tests > got | 9 | ./${PROG} < ${.CURDIR}/tests > got |
10 | diff ${.CURDIR}/expected got | 10 | diff ${.CURDIR}/expected got |
11 | 11 | ||