mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
remove .lo and .core on "make clean"
This commit is contained in:
parent
07b734035d
commit
3f566efb94
@ -9,7 +9,7 @@
|
||||
all-common: $(PROGRAMS) FORCE
|
||||
|
||||
clean-common: FORCE
|
||||
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o a.out core .libs/*
|
||||
$(RM) $(PROGRAMS) $(XPROGRAMS) $(XSRCS) *.o *.lo a.out core *.core .libs/*
|
||||
|
||||
depend-common: FORCE
|
||||
$(MKDEP) $(DEFS) $(DEFINES) $(SRCS)
|
||||
|
Loading…
Reference in New Issue
Block a user