summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2014-04-25 10:42:40 +0000
committerJeff Trawick <trawick@apache.org>2014-04-25 10:42:40 +0000
commitde420cf010b9ea111e8119814cc9a7071186139b (patch)
tree89426e6c4e36b47155e60d7ef33d52febf1c704c /Makefile.in
parent882e7b8852fd4af3decd4c93fd895155a5c25c95 (diff)
downloadapr-de420cf010b9ea111e8119814cc9a7071186139b.tar.gz
Avoid remaking gen_test_char and the library unnecessarily.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1589982 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 7935036a7..c3c203bcf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -161,11 +161,11 @@ check: $(TARGET_LIB)
etags:
etags `find . -name '*.[ch]'`
-make_tools_dir:
+OBJECTS_gen_test_char = tools/gen_test_char.lo $(LOCAL_LIBS)
+tools/gen_test_char.lo: tools/gen_test_char.c
$(APR_MKDIR) tools
+ $(LT_COMPILE)
-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)