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 7d729c1..e058d0d 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)