summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-04-30 17:28:26 +0000
committerJeff Trawick <trawick@apache.org>2003-04-30 17:28:26 +0000
commitbc54f5e3fb1dd7c13b122104f3ed3a2179f7f72e (patch)
tree9cf11288d6f1b6a5b4409ffb1ab0bb0bafa1454a /Makefile.in
parent9ee5976028f0060f37ecc0a501816002a3e6b3b2 (diff)
downloadapr-bc54f5e3fb1dd7c13b122104f3ed3a2179f7f72e.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: https://svn.apache.org/repos/asf/apr/apr/trunk@64497 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
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@