https://bugs.openldap.org/show_bug.cgi?id=9989
--- Comment #4 from [email protected] <[email protected]> --- Proposed patch: diff --git a/build/lib.mk b/build/lib.mk index 442c0d303..c50ef5284 100644 --- a/build/lib.mk +++ b/build/lib.mk @@ -40,7 +40,7 @@ lint5: lint5-local FORCE clean-common: FORCE $(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \ $(PROGRAMS) $(XPROGRAMS) $(XSRCS) $(XXSRCS) \ - *.o *.lo a.out *.exe *.pc core version.c .libs/* + *.o *.lo a.out *.exe core version.c .libs/* depend-common: FORCE $(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS) -- You are receiving this mail because: You are on the CC list for the issue.
