summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2014-03-17 15:08:15 +0000
committerRainer Jung <rjung@apache.org>2014-03-17 15:08:15 +0000
commit1608b45c7147cebe8c4086a5bb401a66e57426b4 (patch)
tree446fb9fc310402146b349cfcffbc1d68c2fb5f45 /Makefile.in
parent26f34baf8045bdcf582d5aae50884e976f2d293f (diff)
downloadapr-1608b45c7147cebe8c4086a5bb401a66e57426b4.tar.gz
Fix another "out of tree build" problem
for gen_test_char when using an old libtool. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1578420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9d28d5f30..7935036a7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -161,7 +161,11 @@ check: $(TARGET_LIB)
etags:
etags `find . -name '*.[ch]'`
+make_tools_dir:
+ $(APR_MKDIR) tools
+
OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS)
+tools/gen_test_char.lo: make_tools_dir
tools/gen_test_char@EXEEXT@: $(OBJECTS_gen_test_char)
$(LINK_PROG) $(OBJECTS_gen_test_char) $(ALL_LIBS)