From ad9db6444fd1198912272b9a16a20c4c1a684d7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?utf8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Wed, 25 Jan 2023 15:26:20 +0200 Subject: [PATCH] =?utf8?q?ITS#9989=20Keep=20.pc=20files=20on=20=C2=ABmake?= =?utf8?q?=20clean=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile.in | 2 +- build/lib.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 5c6bec03d9..2b87aa6615 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,7 +29,7 @@ clean-local: FORCE $(RM) -r autom4te.cache veryclean-local: FORCE - $(RM) config.status libtool stamp-h stamp-h.in + $(RM) config.status libtool stamp-h stamp-h.in libraries/libldap/ldap.pc libraries/liblber/lber.pc distclean: veryclean FORCE diff --git a/build/lib.mk b/build/lib.mk index 442c0d3034..c50ef52845 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) -- 2.47.3