summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-27 23:30:59 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-27 23:30:59 +0000
commit046956a2cb439d2aae05273101b880ebeccddba8 (patch)
tree5490f235c2738e25e2f292d9fb77f412c801f19b /Makefile.in
parent1767e19fdf165e08b73ffa7faa5e2ee1ad78748a (diff)
downloadlibapr-046956a2cb439d2aae05273101b880ebeccddba8.tar.gz
Cleanup more files when make distclean is used. This should be all the
files that should be cleaned. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59967 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3cd2e64aa..b885139d8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -56,11 +56,12 @@ clean: subdirs_clean
depend: subdirs_depend
distclean: subdirs_distclean
- -$(RM) -f include/apr.h include/apr_private.h
+ -$(RM) -f include/apr.h include/apr_private.h include/apr_private.h.in
-$(RM) -f *.o *.a *.so
- -$(RM) -f config.cache config.status config.log
+ -$(RM) -f config.cache config.status config.log configure
-$(RM) -f Makefile
-$(RM) -rf objs
+ cd test; make distclean; cd ..
subdirs:
@for i in $(SUBDIRS); do \