diff options
-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 |