From 16b2c9eea59c9c0b1aa65ee78a2a033227beec8c Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 29 Oct 2013 14:56:55 +0000 Subject: 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 --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.in') 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: -- cgit v1.2.1