]> git.sur5r.net Git - openldap/commitdiff
remove .lo and .core on "make clean"
authorKurt Zeilenga <kurt@openldap.org>
Sat, 31 Jul 1999 01:11:33 +0000 (01:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 31 Jul 1999 01:11:33 +0000 (01:11 +0000)
build/rules.mk

index 6594584c2a10f0d67fb9482dadeefc32247dc1dc..b2d3d9f2beddbea3df1f8b30a0766b61c92560a8 100644 (file)
@@ -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)