Need to also delete getgroups when cleaning.
authorMartin Pool <mbp@samba.org>
Mon, 25 Mar 2002 03:26:28 +0000 (03:26 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 25 Mar 2002 03:26:28 +0000 (03:26 +0000)
Makefile.in

index 1285f1ced9af271944e2d99706049f42814e429d..7d2763c17a12d6429ba20ef3dcfab3d5e922f2e1 100644 (file)
@@ -92,7 +92,7 @@ proto:
        cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h
 
 clean: cleantests
-       rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls
+       rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls getgroups
 
 cleantests:
        rm -rf ./testtmp*