diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2003-04-30 17:28:26 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2003-04-30 17:28:26 +0000 |
commit | ecfdcc37ceb07a86da28f3500def444b7d8f8027 (patch) | |
tree | 9cf11288d6f1b6a5b4409ffb1ab0bb0bafa1454a /Makefile.in | |
parent | 1ba0737a718a7422bc83446d728822a6220a97ec (diff) | |
download | libapr-ecfdcc37ceb07a86da28f3500def444b7d8f8027.tar.gz |
fix some problems with undesired build droppings left around after
"make [foo]clean"
for make clean:
zap all test programs, not just the ones we run from "make check"
for make distclean:
zap exports.c, export_vars.h instead of waiting for extraclean
zap apr_rules.mk... fix the old rules.mk references that weren't
changed when the file was renamed to rules.mk
for make extraclen:
zap ltmain.sh and libtool.m4
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 9bd282e40..6402e79ce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -34,9 +34,8 @@ TARGETS = delete-lib $(TARGET_LIB) delete-exports export_vars.h apr.exp CLEAN_TARGETS = DISTCLEAN_TARGETS = config.cache config.log config.status \ include/apr.h include/arch/unix/apr_private.h \ - libtool apr.exp apr-config -EXTRACLEAN_TARGETS = configure aclocal.m4 include/arch/unix/apr_private.h.in \ - exports.c export_vars.h + libtool apr.exp apr-config exports.c export_vars.h +EXTRACLEAN_TARGETS = configure aclocal.m4 include/arch/unix/apr_private.h.in prefix=@prefix@ exec_prefix=@exec_prefix@ |