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 1285f1c..7d2763c 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*