Ãvar ArnfjÃrà Bjarmason wrote: > Thanks for the suggestion. I'll put it in envsubst/ then. > > Any idea about the issue of it being linked to too many things? Maybe http://thread.gmane.org/gmane.comp.version-control.git/160842 is related? > tried to add another entry to this section: > > git-%$X: %.o $(GITLIBS) > $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter > %.o,$^) $(LIBS) > > git-imap-send$X: imap-send.o $(GITLIBS) > $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ > $(LIBS) $(OPENSSL_LINK) $(OPENSSL_LIBSSL) > > But it wasn't actually used. But then again I don't know Makefile > hacking that much. If you send output from "make envsubst" from your attempt with V=1, I can try to debug it. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html