From: Kurt Zeilenga Date: Sat, 31 Jul 1999 01:11:33 +0000 (+0000) Subject: remove .lo and .core on "make clean" X-Git-Tag: TWEB_OL_BASE~356 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3f566efb945dfc0dcecb98887c76c6d50db5baaf;p=openldap remove .lo and .core on "make clean" --- diff --git a/build/rules.mk b/build/rules.mk index 6594584c2a..b2d3d9f2be 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -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)