From 9d8f0334912497dc64a4c98c61e586a9caeccac8 Mon Sep 17 00:00:00 2001 From: david <> Date: Wed, 21 Jan 2004 18:13:48 +0000 Subject: fix Makefile ok millert@ --- src/regress/lib/libc/time/strptime/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.1 2004/01/20 16:47:55 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2004/01/21 18:13:48 david Exp $ PROG= strptime_test SRCS= main.c CLEANFILES+= got REGRESS_TARGETS=do-reg -do-reg: +do-reg: ${PROG} ./${PROG} < ${.CURDIR}/tests > got diff ${.CURDIR}/expected got -- cgit v1.2.3-55-g6feb