Improve dependencies for test programs.
authormdw <mdw>
Mon, 22 Nov 1999 14:08:30 +0000 (14:08 +0000)
committermdw <mdw>
Mon, 22 Nov 1999 14:08:30 +0000 (14:08 +0000)
Makefile.m4

index 502d29d..3a941f4 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.m4,v 1.14 1999/11/22 00:17:09 mdw Exp $
+## $Id: Makefile.m4,v 1.15 1999/11/22 14:08:30 mdw Exp $
 ##
 ## Makefile for Catacomb
 ##
@@ -29,6 +29,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.m4,v $
+## Revision 1.15  1999/11/22 14:08:30  mdw
+## Improve dependencies for test programs.
+##
 ## Revision 1.14  1999/11/22 00:17:09  mdw
 ## Create object files for test programs so that rebuilding doesn't take so
 ## long.
@@ -213,7 +216,7 @@ define(`CTESTRIG',
        $1.t)dnl
 $1.to: $1.c
        $(COMPILE) -c -DTEST_RIG -DSRCDIR=\"$(srcdir)\" $(srcdir)/$1.c -o $1.to
-$1.t: $1.to .libs/libcatacomb.a
+$1.t: $1.to libcatacomb.la
        $(CC) $(LDFLAGS) $1.to .libs/libcatacomb.a $(LIBS) -o $1.t')
 
 CTESTRIG(rc4)