Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/lib/libc/db Make "regress" depend on the binary, so ...



details:   https://anonhg.NetBSD.org/src/rev/50e9bdf4c07d
branches:  trunk
changeset: 507022:50e9bdf4c07d
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Mar 11 16:40:40 2001 +0000

description:
Make "regress" depend on the binary, so "make regress" builds it if necessary.

diffstat:

 regress/lib/libc/db/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f28f46921543 -r 50e9bdf4c07d regress/lib/libc/db/Makefile
--- a/regress/lib/libc/db/Makefile      Sun Mar 11 16:31:05 2001 +0000
+++ b/regress/lib/libc/db/Makefile      Sun Mar 11 16:40:40 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 1999/02/13 02:54:31 lukem Exp $
+#      $NetBSD: Makefile,v 1.15 2001/03/11 16:40:40 bjh21 Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/4/93
 
 PROG=  dbtest
@@ -9,7 +9,7 @@
 MKMAN=  no
 CLEANFILES+= t1 t2 t3
 
-regress:
+regress: dbtest
        sh ${.CURDIR}/run.test
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index