diff options
Diffstat (limited to '')
-rw-r--r-- | modules/md/Makefile.in | 2 |
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 |