mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-23 02:35:04 -04:00
Need to also delete getgroups when cleaning.
This commit is contained in:
1 parent
12b159ac41
commit
663717f465
1 file changed
+1
-1
+1
-1
@@ -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*
|
||||
|
||||
Reference in new issue
Block a user