mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Add missing veryclean target
This commit is contained in:
parent
a805d80ef2
commit
adfd6865fe
@ -67,6 +67,9 @@ depend-local-lib:
|
||||
depend-yes depend-mod: depend-local-lib FORCE
|
||||
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
|
||||
|
||||
veryclean-local-lib:
|
||||
veryclean-lib: clean-lib veryclean-local-lib
|
||||
|
||||
COMPILE = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CFLAGS) -c
|
||||
MKDEPFLAG = -l
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user