cleans up core files in make clean
authorroot <devnull@localhost>
Fri, 12 Jul 1996 01:17:58 +0000 (01:17 +0000)
committerroot <devnull@localhost>
Fri, 12 Jul 1996 01:17:58 +0000 (01:17 +0000)
CVS patchset: 792
CVS date: 1996/07/12 01:17:58

Makefile.in

index c0ed81f..7e3dbab 100644 (file)
@@ -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