From fb8c4dee20e8f5d415bf028bb9cd9349cf3a7081 Mon Sep 17 00:00:00 2001 From: rbb Date: Sat, 30 Nov 2002 06:05:07 +0000 Subject: Fix the clean targets for the test suite. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64106 13f79535-47bb-0310-9956-ffa450edef68 --- test/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Makefile.in') diff --git a/test/Makefile.in b/test/Makefile.in index 582b0e92a..165a64aa1 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -35,7 +35,8 @@ TARGETS = $(PROGRAMS) $(NONPORTABLE) LOCAL_LIBS=../lib@APR_LIBNAME@.la -CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@ +CLEAN_TARGETS = testfile.tmp mod_test.slo proc_child@EXEEXT@ occhild@EXEEXT@ \ + testprocmutex@EXEEXT@ testglobalmutex@EXEEXT@ testshm@EXEEXT@ INCDIR=../include INCLUDES=-I$(INCDIR) -- cgit v1.2.1