summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrse <rse@13f79535-47bb-0310-9956-ffa450edef68>1999-09-03 18:40:39 +0000
committerrse <rse@13f79535-47bb-0310-9956-ffa450edef68>1999-09-03 18:40:39 +0000
commit8ba74f9391cb6c03e0a3c46697f141dfd874bc32 (patch)
treed73ff6a01a5b90f5e46062d5275fb5eb59921719 /Makefile.in
parent765a23819d5dca6080d003d4bf1b5eff576571f4 (diff)
downloadlibapr-8ba74f9391cb6c03e0a3c46697f141dfd874bc32.tar.gz
The distclean target has to remove some config.* files.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index bce6e791c..5a03ff404 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -51,6 +51,7 @@ depend: subdirs_depend
distclean: clean
-$(RM) -f Makefile
+ -$(RM) -f config.log config.status config.cache
subdirs:
@for i in $(SUBDIRS); do \