summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-03-16 14:23:35 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2004-03-16 14:23:35 +0000
commitbf35083cd32a06c88af28f8826be21ca38c5777f (patch)
tree37e28c10a9852638dfac7b6230d6ea768cd68781
parent06d53e524bb79a22bc646b483376bbd0b45e328d (diff)
downloadlibapr-util-bf35083cd32a06c88af28f8826be21ca38c5777f.tar.gz
* Makefile.in: Don't distclean in . before test since test/Makefile
needs build/rules.mk. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/APU_0_9_BRANCH@59009 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8180eead..130588ee 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,7 +23,7 @@ TARGETS = delete-lib $(TARGET_LIB) delete-exports aprutil.exp export_vars.h
@INCLUDE_RULES@
SUBDIRS = buckets crypto dbm encoding hooks ldap uri xml misc strmatch xlate
-CLEAN_SUBDIRS = . test
+CLEAN_SUBDIRS = test
CLEAN_TARGETS = exports.c export_vars.h aprutil.exp
DISTCLEAN_TARGETS = config.cache config.log config.status libtool \