diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-11-06 04:26:47 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:44:30 +0100 |
commit | 4ef9649c8cdd28da8234eecd95d3b6db9353aa10 (patch) | |
tree | 5a0ad16d4f6845eb2f29a4a64d6acb1291340fad /source4 | |
parent | 0d5c5cb3721cacf5305a91a008394c710f684588 (diff) | |
download | samba-4ef9649c8cdd28da8234eecd95d3b6db9353aa10.tar.gz samba-4ef9649c8cdd28da8234eecd95d3b6db9353aa10.tar.bz2 samba-4ef9649c8cdd28da8234eecd95d3b6db9353aa10.zip |
r25858: Clean up po files.
(This used to be commit af135938c19ef56b56b216b53049012ee7125eec)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/Makefile.in b/source4/lib/ldb/Makefile.in index f5820cb493..7dc615f37c 100644 --- a/source4/lib/ldb/Makefile.in +++ b/source4/lib/ldb/Makefile.in @@ -162,7 +162,7 @@ doxygen: test -z "$(DOXYGEN)" || (cd $(srcdir) && "$(DOXYGEN)") clean: - rm -f *.o */*.o *.gcov */*.gc?? tdbtest.ldb* + rm -f *.po */*.po *.o */*.o *.gcov */*.gc?? tdbtest.ldb* rm -f $(BINS) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LIB) $(NSS_LIB) rm -f man/*.1 man/*.3 man/*.html rm -f $(EXAMPLES) |