2017-09-11 12:20 GMT+02:00 Yann Ylavic <[email protected]>: > On Mon, Sep 11, 2017 at 12:14 PM, Yann Ylavic <[email protected]> > wrote: > > > > Index: modules/md/Makefile.in > > =================================================================== > > --- modules/md/Makefile.in (revision 1807999) > > +++ modules/md/Makefile.in (working copy) > > @@ -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 > > _ > > > > Looks good to commit? > > Committed in r1808005 for a better look (gmail mangled the above). >
Fixed the warning for me! Thanks! Luca
