From 8915c36b3f6806cdc84a80fd92e3a02b6cd29abf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 6 Sep 2006 09:26:47 +0000 Subject: r18149: fix make *clean metze (This used to be commit 477c83c9834fa4dde0b69f6413336144ea5d5bdb) --- source4/lib/tdb/Makefile.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'source4/lib/tdb') diff --git a/source4/lib/tdb/Makefile.in b/source4/lib/tdb/Makefile.in index 63f32d9ea1..601df5fb91 100644 --- a/source4/lib/tdb/Makefile.in +++ b/source4/lib/tdb/Makefile.in @@ -19,7 +19,7 @@ CFLAGS = -I$(srcdir)/include -Iinclude -I@libreplacedir@ @CFLAGS@ 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 @@ test: bin/tdbtorture 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 -- cgit