mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9989 Keep .pc files on «make clean»
This commit is contained in:
parent
9b9434ee4a
commit
3c284d26cd
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ clean-local: FORCE
|
||||||
$(RM) -r autom4te.cache
|
$(RM) -r autom4te.cache
|
||||||
|
|
||||||
veryclean-local: FORCE
|
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
|
distclean: veryclean FORCE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ lint5: lint5-local FORCE
|
||||||
clean-common: FORCE
|
clean-common: FORCE
|
||||||
$(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \
|
$(RM) $(LIBRARY) ../$(LIBRARY) $(XLIBRARY) \
|
||||||
$(PROGRAMS) $(XPROGRAMS) $(XSRCS) $(XXSRCS) \
|
$(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
|
depend-common: FORCE
|
||||||
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS)
|
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS) $(XXSRCS)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue