From 01b838bfbbd27abd36b17aa6a8978441e8823e34 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 5 Oct 1998 23:34:50 +0000 Subject: clean needs to delete po32 and .so files (This used to be commit 969eb180646977a01e6d44bde1e13343fd0fa1f7) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 -- cgit