rbb 00/12/20 17:06:34
Modified: . Makefile.in Log: Remove test from apr-utils SUBDIRS. This will allow released versions of Apache to build. Submitted by: Dale Ghent <[EMAIL PROTECTED]> Revision Changes Path 1.10 +1 -1 apr-util/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/apr-util/Makefile.in,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile.in 2000/12/21 00:30:21 1.9 +++ Makefile.in 2000/12/21 01:06:34 1.10 @@ -10,7 +10,7 @@ top_builddir = @top_builddir@ include $(top_builddir)/build/rules.mk -SUBDIRS = src . test build +SUBDIRS = src . build CLEAN_TARGETS = $(TARGET_EXPORTS) DISTCLEAN_TARGETS = config.cache config.log config.status config.sub \
