From 05a65583d1b72479f96b64424a7a074fc7a94806 Mon Sep 17 00:00:00 2001 From: mazen Date: Sat, 11 Sep 2010 22:43:57 +0000 Subject: [PATCH] * Remove *.or files after running a make clean. This should probably be fixed in make files of each directory. git-svn-id: trunk@27316 - --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ab2e196e5e..8787ad6cd7 100755 --- a/debian/rules +++ b/debian/rules @@ -82,7 +82,7 @@ clean-patched: ${RM} lazarus startlazarus lazbuild $(MAKE) distclean ${BUILDOPTS} $(MAKE) -C docs/html clean - find -regex '.*\.\(a\|o\|so\.*\|ppu\)' -delete + find -regex '.*\.\(a\|or?\|so\.*\|ppu\)' -delete ###################