summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-10-29 14:56:55 +0000
committerJeff Trawick <trawick@apache.org>2013-10-29 14:56:55 +0000
commit16b2c9eea59c9c0b1aa65ee78a2a033227beec8c (patch)
treea20bb0acdff40f63557d7b946c964c7a9f408be2 /Makefile.in
parent54298aeda88bfb2067ef32f8e150692fbf775998 (diff)
downloadapr-16b2c9eea59c9c0b1aa65ee78a2a033227beec8c.tar.gz
trigger the generation of apr_escape_test_char.h during
the build clean the most critical gen_test_char artifacts (.libs still not removed) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1536744 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b549c4b92..150ce7f72 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -52,7 +52,9 @@ LT_VERSION = @LT_VERSION@
@INCLUDE_OUTPUTS@
CLEAN_TARGETS = apr-config.out apr.exp exports.c export_vars.c .make.dirs \
- build/apr_rules.out tools/gen_test_char@EXEEXT@
+ build/apr_rules.out tools/gen_test_char@EXEEXT@ \
+ tools/gen_test_char.o tools/gen_test_char.lo \
+ include/private/apr_escape_test_char.h
DISTCLEAN_TARGETS = config.cache config.log config.status \
include/apr.h include/arch/unix/apr_private.h \
libtool $(APR_CONFIG) build/apr_rules.mk apr.pc \
@@ -123,6 +125,8 @@ install: install-modules $(TARGETS)
$(TARGET_LIB): $(OBJECTS) $(EXTRA_OBJECTS)
$(LINK) @lib_target@ $(EXTRA_OBJECTS) $(ALL_LIBS) $(APRUTIL_EXPORT_LIBS)
+encoding/apr_escape.lo: include/private/apr_escape_test_char.h
+
install-modules: install-modules-@APR_HAVE_MODULES@
install-modules-no: