Error messages:
Makefile:1096: .deps/test_certlookup.Po: No such file or directory
make[3]: *** No rule to make target `.deps/test_certlookup.Po'. Stop.
Makefile:1096
include ./$(DEPDIR)/test_certlookup.Po # am--include-marke
This is not because of test_certlookup. This is because test_certlookup.Po and other *.Po files are removed when make processed quic directory.
quic/Makefle:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-rm -f ../$(DEPDIR)/$(am__dirstamp)
-rm -f ../$(am__dirstamp)
-rm -f test/$(DEPDIR)/$(am__dirstamp)
-rm -f test/$(am__dirstamp)
Error messages:
Makefile:1096
This is not because of test_certlookup. This is because
test_certlookup.Poand other*.Pofiles are removed whenmakeprocessedquicdirectory.quic/Makefle: