diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 23:34:50 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 23:34:50 +0000 |
commit | 01b838bfbbd27abd36b17aa6a8978441e8823e34 (patch) | |
tree | d74a0c5dbd77cb963a64b816f2371d00e5a45a0a | |
parent | c7d3ad04f1f8e12d799c2310afe054d4a5588c8c (diff) | |
download | samba-01b838bfbbd27abd36b17aa6a8978441e8823e34.tar.gz samba-01b838bfbbd27abd36b17aa6a8978441e8823e34.tar.bz2 samba-01b838bfbbd27abd36b17aa6a8978441e8823e34.zip |
clean needs to delete po32 and .so files
(This used to be commit 969eb180646977a01e6d44bde1e13343fd0fa1f7)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index db3db2320e..b54ac098e0 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -400,7 +400,7 @@ uninstallcp: @$(SHELL) $(srcdir)/script/uninstallcp.sh $(CODEPAGEDIR) $(CODEPAGELIST) clean: - -rm -f core */*~ *~ */*.o */*.po + -rm -f core */*~ *~ */*.o */*.po */*.po32 */*.so proto: @echo rebuilding include/proto.h |