mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-11 13:50:39 +08:00
ITS#9989 Keep .pc files on «make clean»
This commit is contained in:
parent
9b9434ee4a
commit
3c284d26cd
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user