svn commit: samba r18149 - in branches/SAMBA_4_0/source/lib/tdb: .

metze at samba.org metze at samba.org
Wed Sep 6 09:26:48 GMT 2006


Author: metze
Date: 2006-09-06 09:26:47 +0000 (Wed, 06 Sep 2006)
New Revision: 18149

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18149

Log:
fix make *clean

metze
Modified:
   branches/SAMBA_4_0/source/lib/tdb/Makefile.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/Makefile.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-09-06 09:06:49 UTC (rev 18148)
+++ branches/SAMBA_4_0/source/lib/tdb/Makefile.in	2006-09-06 09:26:47 UTC (rev 18149)
@@ -19,7 +19,7 @@
 PROGS = bin/tdbtool bin/tdbtorture
 TDB_OBJ = @TDBOBJ@ @LIBREPLACEOBJ@
 
-DIRS = lib bin common tools examples
+DIRS = bin common tools
 
 all: showflags dirs $(PROGS)
 
@@ -69,12 +69,13 @@
 installcheck: test install
 
 clean:
-	rm -f $(PROGS) common/*.o tools/*.o test.db test.tdb test.gdbm
+	rm -f $(PROGS) *.o *.a common/*.o tools/*.o tdb.pc
+	rm -f test.db test.tdb torture.tdb test.gdbm
 
 distclean: clean
 	rm -f *~ */*~
-	rm -f config.log config.status config.h
+	rm -f config.log config.status include/config.h
 	rm -f Makefile
 
 realdistclean: distclean
-	rm -f configure config.h.in
+	rm -f configure include/config.h.in



More information about the samba-cvs mailing list