From 397794d5c14c3bfbdac5ba51309b73c0e4570727 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jul 1996 01:17:58 +0000 Subject: [PATCH] cleans up core files in make clean CVS patchset: 792 CVS date: 1996/07/12 01:17:58 --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index c0ed81f..7e3dbab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -106,6 +106,7 @@ clean: (cd $$d; $(MAKE) $@) ;\ done rm -f *.a *.o core *~ $(PROGS) rpm.shared + find . -name core | xargs rm depend: $(CPP) $(CFLAGS) -M *.c > .depend -- 2.7.4