diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 1999-10-10 20:35:00 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 1999-10-10 20:35:00 +0000 |
commit | e21f4d67e85f6ade4c08dc1113c4f1c40626578c (patch) | |
tree | 4a0f75b3f5f04a582eaeb187583f2aa9b1d847f7 /Makefile.in | |
parent | 993f402997c53cc74cbff3b3d0acfffbc6415378 (diff) | |
download | libapr-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.in | 1 |
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 \ |