]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added missing cleanup of empty ACL files.
authorWayne Davison <wayned@samba.org>
Sun, 22 Oct 2006 07:18:21 +0000 (07:18 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 22 Oct 2006 07:18:21 +0000 (07:18 +0000)
Makefile.in

index 7d729c168017596168f4936cfe04f344df3ea51b..e058d0d8200c076e9f7852a319a3a2b6ca1325e1 100644 (file)
@@ -104,6 +104,7 @@ unpatch:
        [ -f $(srcdir)/acls.c ] && patch -d $(srcdir) -p1 -R <$(srcdir)/patches/acls.diff || true
        rm -f $(srcdir)/lib/sysacls.? $(srcdir)/smb_acls.h $(srcdir)/acls.c
        rm -f $(srcdir)/*.orig $(srcdir)/*.rej $(srcdir)/*/*.orig $(srcdir)/*/*.rej
+       rm -f $(srcdir)/testsuite/default-acls.test $(srcdir)/testsuite/acls.test
 
 clean: unpatch proto cleantests
        rm -f *~ $(OBJS) $(TLS_OBJ) $(CHECK_PROGS) $(CHECK_OBJS)