]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9989 Keep .pc files on «make clean»
authorДилян Палаузов <git-dpa@aegee.org>
Wed, 25 Jan 2023 13:26:20 +0000 (15:26 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 24 Apr 2023 18:47:17 +0000 (18:47 +0000)
Makefile.in
build/lib.mk

index 5c6bec03d9dcde6bb4fc51c33554a21cbf87a2c1..2b87aa6615f19d914aca92a229d8de03fa8fd62e 100644 (file)
@@ -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
 
index 442c0d30340acfa3a330fb3b342bb7e7b6aa3ed6..c50ef52845c85735acc211e4e54068cdf5635519 100644 (file)
@@ -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)