diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-01 06:55:41 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-12-01 06:55:41 +0000 |
commit | 83353e72e86c4f45440e1d6e9571f68e9b8bf0eb (patch) | |
tree | e57880269c64df7ca619da696639630e567c3628 /Makefile.in | |
parent | 894df95a4bd30d17aeef95ee2d8833ba301b364f (diff) | |
download | libapr-83353e72e86c4f45440e1d6e9571f68e9b8bf0eb.tar.gz |
Add a CHANGES log and make sure that apr.exports is removed when
make distclean is used.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index eb8525c3a..c9e436fd9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,7 +59,7 @@ depend: subdirs_depend distclean: subdirs_distclean -$(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 configure + -$(RM) -f config.cache config.status config.log configure apr.exports -$(RM) -f Makefile -$(RM) -f APRVARS -$(RM) -rf objs |