summaryrefslogtreecommitdiffstats
path: root/modules/md/Makefile.in
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-09-11 12:19:19 +0200
committerYann Ylavic <ylavic@apache.org>2017-09-11 12:19:19 +0200
commit8a8c24ac894d5109accb9c0c0da889d9d419ab56 (patch)
treeba3c5930077ec55bc0ba7ba86d505b8c7facdaf7 /modules/md/Makefile.in
parent* We need i if we have HAVE_SSL_CONF_CMD defined (diff)
downloadapache2-8a8c24ac894d5109accb9c0c0da889d9d419ab56.tar.xz
apache2-8a8c24ac894d5109accb9c0c0da889d9d419ab56.zip
a2md: all objects should be compiled before linking, or "make -j" may break.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808005 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/md/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/md/Makefile.in b/modules/md/Makefile.in
index abc6f0361f..444d37952d 100644
--- a/modules/md/Makefile.in
+++ b/modules/md/Makefile.in
@@ -41,7 +41,7 @@ a2md_OBJECTS = \
md_cmd_reg.c \
md_cmd_store.c
-a2md: $(a2md_OBJECTS) $(COMMON_SHOBJECTS) md.h
+a2md: $(a2md_OBJECTS) $(COMMON_OBJECTS) $(COMMON_SHOBJECTS) md.h
$(LINK) $(a2md_CFLAGS) $(a2md_LTFLAGS) $(a2md_OBJECTS) $(COMMON_OBJECTS) $(A2MD_LDADD) $(AP_LIBS)
# top be installed in bin dir