From: Yann Ylavic Date: Mon, 11 Sep 2017 10:19:19 +0000 (+0000) Subject: a2md: all objects should be compiled before linking, or "make -j" may break. X-Git-Tag: 2.5.0-alpha~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a8c24ac894d5109accb9c0c0da889d9d419ab56;p=apache 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 --- 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