[SCM] Samba Shared Repository - branch master updated - c2dc2e0b46dc1334ddeb958a22a1120fc37fe47b

Stefan Metzmacher metze at samba.org
Tue Dec 30 08:00:13 GMT 2008


The branch, master has been updated
       via  c2dc2e0b46dc1334ddeb958a22a1120fc37fe47b (commit)
      from  791459f61b2487c6f233a1d32695a805627d86dc (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c2dc2e0b46dc1334ddeb958a22a1120fc37fe47b
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Dec 30 08:58:52 2008 +0100

    lib/tevent: fix standalone make distclean realdistclean
    
    Bug report by Brad Hards <bradh at frogmouth.net>.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/Makefile.in b/lib/tevent/Makefile.in
index 811cc16..d188e6b 100644
--- a/lib/tevent/Makefile.in
+++ b/lib/tevent/Makefile.in
@@ -73,8 +73,8 @@ clean::
 	rm -f *.o *.a */*.o
 
 distclean:: clean
-	rm -f config.log config.status include/config.h config.cache
+	rm -f config.log config.status config.h config.cache
 	rm -f Makefile
 
 realdistclean:: distclean
-	rm -f configure include/config.h.in
+	rm -f configure config.h.in


-- 
Samba Shared Repository


More information about the samba-cvs mailing list