summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-10-10 20:35:00 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-10-10 20:35:00 +0000
commite21f4d67e85f6ade4c08dc1113c4f1c40626578c (patch)
tree4a0f75b3f5f04a582eaeb187583f2aa9b1d847f7 /Makefile.in
parent993f402997c53cc74cbff3b3d0acfffbc6415378 (diff)
downloadlibapr-e21f4d67e85f6ade4c08dc1113c4f1c40626578c.tar.gz
Bring network code to the parameter order spec. This means contexts go last,
and result parameters go first. Also fixed a small bug in the Makefile. We should be removing the libs dir when we do a distclean, we are now. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59303 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 ed55aab11..59dd2e00c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,6 +52,7 @@ distclean: subdirs_distclean
-$(RM) -f *.o *.a *.so
-$(RM) -f config.cache config.status config.log
-$(RM) -f Makefile
+ -$(RM) -Rf libs
subdirs:
@for i in $(SUBDIRS); do \