jwoolley 02/04/30 07:57:27
Modified: test Makefile.in Log: it's really irritating when the make all target doesn't make anything. :) Revision Changes Path 1.24 +1 -1 apr-util/test/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr-util/test/Makefile.in,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -u -r1.23 -r1.24 --- Makefile.in 30 Apr 2002 08:24:32 -0000 1.23 +++ Makefile.in 30 Apr 2002 14:57:26 -0000 1.24 @@ -2,8 +2,8 @@ INCLUDES = @APR_INCLUDES@ @APRUTIL_INCLUDES@ @APRUTIL_PRIV_INCLUDES@ -TARGETS = PROGRAMS = testdbm testdate testmd4 testxml testrmm +TARGETS = $(PROGRAMS) # bring in rules.mk for standard functionality @INCLUDE_RULES@
