ITS#9989 Keep .pc files on «make clean»

This commit is contained in:
Дилян Палаузов 2023-01-25 15:26:20 +02:00 committed by Quanah Gibson-Mount
parent 9b9434ee4a
commit 3c284d26cd
2 changed files with 2 additions and 2 deletions

View 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

View 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)